LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
bool8_t | DevTrOutGetEnabled (TpDeviceHandle_t hDevice, uint16_t wOutput) |
Check whether trigger output is enabled. | |
bool8_t | DevTrOutSetEnabled (TpDeviceHandle_t hDevice, uint16_t wOutput, bool8_t bEnable) |
Set trigger output enable. | |
bool8_t DevTrOutGetEnabled | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wOutput | ||
) |
Check whether trigger output is enabled.
hDevice | A device handle. |
wOutput | Trigger output number, 0..DevTrOutGetCount() - 1 . |
bool8_t DevTrOutSetEnabled | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wOutput, | ||
bool8_t | bEnable | ||
) |
Set trigger output enable.
hDevice | A device handle. |
wOutput | Trigger output number, 0..DevTrOutGetCount() - 1 . |
bEnable | BOOL8_TRUE or BOOL8_FALSE. |