CalculationType Enumeration |
Supported calculation types.
Namespace: RAYLASE.PDA.APIAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax public enum CalculationType
Members Member name | Description |
---|
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 |
Timeshift rising and falling edges individually.
|
See Also