LibTiePie
0.4.3
Library for interfacing TiePie engineering instruments
|
The enabled state of a channel trigger determines whether a channel is selected as trigger source. More...
Functions | |
bool8_t | ScpChTrGetEnabled (TpDeviceHandle_t hDevice, uint16_t wCh) |
Check whether channel trigger is enabled. | |
bool8_t | ScpChTrSetEnabled (TpDeviceHandle_t hDevice, uint16_t wCh, bool8_t bEnable) |
To select a channel as trigger source, set channel trigger enable. | |
The enabled state of a channel trigger determines whether a channel is selected as trigger source.
By default channel 1 is enabled, all other channels are disabled.
bool8_t ScpChTrGetEnabled | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Check whether channel trigger is enabled.
hDevice | A device handle. |
wCh | Channel number, 0 to ScpGetChannelCount() - 1 . |
bool8_t ScpChTrSetEnabled | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
bool8_t | bEnable | ||
) |
To select a channel as trigger source, set channel trigger enable.
hDevice | A device handle. |
wCh | Channel number, 0 to ScpGetChannelCount() - 1 . |
bEnable | BOOL8_TRUE or BOOL8_FALSE. |