LibTiePie
0.4.3
Library for interfacing TiePie engineering instruments
|
This section contains all channel trigger related functions. More...
Modules | |
Enabled | |
The enabled state of a channel trigger determines whether a channel is selected as trigger source. | |
Kind | |
The channel trigger kind property is used to control how the channel trigger responds to the channel input signal. | |
Level | |
The channel trigger level property is used to control at which level(s) the channel trigger responds to the channel input signal. | |
Hysteresis | |
The channel trigger hysteresis property is used to control the sensitivity of the trigger system. | |
Condition | |
Some trigger kinds require an additional condition to indicate how the channel trigger must respond to the input signal. | |
Time | |
The Time property determines how long a specific condition must last for the channel trigger to respond. | |
Functions | |
bool8_t | ScpChHasTrigger (TpDeviceHandle_t hDevice, uint16_t wCh) |
Check whether the channel has trigger support. | |
This section contains all channel trigger related functions.
bool8_t ScpChHasTrigger | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Check whether the channel has trigger support.
hDevice | A device handle. |
wCh | Channel number, 0 to ScpGetChannelCount() - 1 . |