class.trigger_out - moduleus/urx GitHub Wiki
Trigger_out
Parameters
UAC | URX | Parameter | Datatype | Description |
---|---|---|---|---|
✓ | channel | string | The name of the trigger out channel. | |
✓ | polarity | polarity | Polarity of the trigger out signal. | |
✓ | pulse_duration | double | Duration of the active state of the pulse, in [s]. | |
✓ | time_offset | double | Time delay, in [s], between the start the of acquisition/group/event and the start of the pulse. |
Notes
If the pulse of the trigger_out falls after the end of the event the behavior is undefined.
If the polarity of the same channel of trigger_out changes during the acquisition, the behaviour is undefined.
Example 1
The following example shows the trigger_out usage:
trigger_out: {
channel : "CH1",
polarity : POSITIVE,
pulse_duration : 20e-6,
time_offset : 5e-6
}
See Also
acquisition | event | group | polarity