Click or drag to resize

CalculationType Enumeration

Supported calculation types.

Namespace: RAYLASE.PDA.API
Assembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.2.0
Syntax
C#
public enum CalculationType
Members
Member nameDescription
CtUnspecified Unspecified; Default if nothing was set.
CtVelocity2D Two axes velocity, computed as the forward difference of position samples.
CtVelocity3D Three axes velocity, computed as the forward difference of position samples.
CtSubtraction Subtract signal B from signal A.
CtAddition Add signal A to signal B.
CtMultiplication Multiply signal A by signal B.
CtDivision Divide signal A by signal B.
CtDerivation Derivation of a signal, computed as the finite difference of samples of 10 µs.
CtCopy NOOP copy of the input signal to a virtual signal.
CtTimeshiftEdges Time shift rising and falling edges individually.
CtSummation Add signal A, signal B, signal ...
CtAverage Average signal A, signal B, signal C, ...
CtAcceleration Two axes acceleration, computed as the forward difference of position samples
CtJerk Two axes jerk, computed as the forward difference of position samples
CtXyoffset XY offset of computed and measured positions.
CtPt6 XYZ simulated positions.
CtSignalBitMask mask the IO ports to trace only one bit.
CtMovingAverage Moving average of signal. Use k - data points.
CtUnknown Unknown virtual signal, should used only internal!
See Also