Implements checks to stream or trigger a file save.
Namespace: RAYLASE.PDA.API.CustomConditionAssembly: RAYLASE.PDA.API.Protos (in RAYLASE.PDA.API.Protos.dll) Version: 1.1.1
Syntax bool Check(
double timestamp,
ConcurrentDictionary<int, double> signals
)
Parameters
- timestamp Double
- Timestamp of the current signals in microseconds.
- signals ConcurrentDictionaryInt32, Double
- Signals by BuiltInSignal and their
corresponding values at the current timestamp.
Return Value
BooleanTrue to trigger the condition, false otherwise.
See Also