A device can have one or more device trigger inputs, usually available as pins on an extension connector on the instrument.
More...
|
| Status |
|
| Enabled |
| The enabled state of a device trigger input determines whether an input is selected as trigger source.
|
|
| Kind |
| The device trigger kind determines how the device trigger responds to the device trigger input signal.
|
|
| Info |
| Obtain information of a device trigger input.
|
|
A device can have one or more device trigger inputs, usually available as pins on an extension connector on the instrument.
Use the function tiepie_hw_device_trigger_get_input_count() to determine the amount of available device trigger inputs. To use a device trigger input as trigger source, use the function tiepie_hw_device_trigger_input_set_enabled() to enable it.
◆ tiepie_hw_device_trigger_get_input_count()
TIEPIE_HW_API uint16_t tiepie_hw_device_trigger_get_input_count |
( |
tiepie_hw_handle |
handle | ) |
|
Get the number of trigger inputs.
- Parameters
-
- Returns
- The number of trigger inputs.
- Status values
-
- Since
- 1.0
◆ tiepie_hw_device_trigger_get_input_index_by_id()
TIEPIE_HW_API uint16_t tiepie_hw_device_trigger_get_input_index_by_id |
( |
tiepie_hw_handle |
handle, |
|
|
uint32_t |
id |
|
) |
| |