RegnoCompleteRegnoSoftware.Standard.Core
|
IRegnoTriggerDefDoc Properties
The IRegnoTriggerDefDoc type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
EndTriggerCondDefDocId |
An array of identifiers (id) of the TriggerConditionDefinitionDoc documents that hold the properties for the end conditions associated with this trigger instance.
|
![]() |
Name |
A free form string value to name the conversion.
|
![]() |
Output |
A fixed string representing the output stream of the trigger instance. Valid options are: Logged, Telemetry, TelemetryLogged
|
![]() |
ParamDefDocIds |
An array of the unique identifiers (id) of each associated ParamDefinitionDoc document.
|
![]() |
ParamFrequencies |
An array of 64-bit Double values representing the frequency in hertz of each parameter represented in the paramDefIds array.
|
![]() |
Rearms |
A Boolean value representing if the trigger rearms after triggering. The default value is false (i.e. the trigger does not rearm).
|
![]() |
StartDelay |
A 64-bit Long value representing the start delay value in nanoseconds that is associated with this trigger instance.
|
![]() |
StartTriggerCondDefDocId |
An array of identifiers (id) of the TriggerConditionDefinitionDoc documents that hold the properties for the start conditions associated with this trigger instance.
|
![]() |
StopDelay |
A 64-bit Long value representing the end delay value in nanoseconds that is associated with this trigger instance.
|