LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
bool8_t | DevTrInGetEnabled (TpDeviceHandle_t hDevice, uint16_t wInput) |
Check whether trigger input is enabled. | |
bool8_t | DevTrInSetEnabled (TpDeviceHandle_t hDevice, uint16_t wInput, bool8_t bEnable) |
Set trigger input enable. | |
bool8_t DevTrInGetEnabled | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wInput | ||
) |
Check whether trigger input is enabled.
hDevice | A device handle. |
wInput | Trigger input number, 0..DevTrInGetCount() - 1 . |
bool8_t DevTrInSetEnabled | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wInput, | ||
bool8_t | bEnable | ||
) |
Set trigger input enable.
hDevice | A device handle. |
wInput | Trigger input number, 0..DevTrInGetCount() - 1 . |
bEnable | BOOL8_TRUE or BOOL8_FALSE. |