A device can have one or more device trigger outputs, usually available as pins on an extension connector on the instrument.
More...
|
| Enabled |
| The enabled state of a device trigger output determines whether an output is used.
|
|
| Event |
| Select the event that controls the trigger output.
|
|
| Info |
| Obtain information of a device trigger output.
|
|
A device can have one or more device trigger outputs, usually available as pins on an extension connector on the instrument.
The trigger outputs are controlled by events that occur in the instrument.
Use the function tiepie_hw_device_trigger_get_output_count() to determine the amount of available device trigger outputs. To use a device trigger output, use the function tiepie_hw_device_trigger_output_set_enabled() to enable it.
◆ tiepie_hw_device_trigger_get_output_count()
TIEPIE_HW_API uint16_t tiepie_hw_device_trigger_get_output_count |
( |
tiepie_hw_handle |
handle | ) |
|
Get the number of trigger outputs.
- Parameters
-
- Returns
- The number of trigger outputs.
- Status values
-
- Since
- 1.0
◆ tiepie_hw_device_trigger_get_output_index_by_id()
TIEPIE_HW_API uint16_t tiepie_hw_device_trigger_get_output_index_by_id |
( |
tiepie_hw_handle |
handle, |
|
|
uint32_t |
id |
|
) |
| |