LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
uint32_t | ScpChTrGetConditions (TpDeviceHandle_t hDevice, uint16_t wCh) |
Get supported pulse trigger conditions for current trigger kind. | |
uint32_t | ScpChTrGetCondition (TpDeviceHandle_t hDevice, uint16_t wCh) |
Get current pulse trigger condition. | |
uint32_t | ScpChTrSetCondition (TpDeviceHandle_t hDevice, uint16_t wCh, uint32_t dwCondition) |
Set pulse trigger condition. | |
uint32_t ScpChTrGetCondition | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Get current pulse trigger condition.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
uint32_t ScpChTrGetConditions | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Get supported pulse trigger conditions for current trigger kind.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
uint32_t ScpChTrSetCondition | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
uint32_t | dwCondition | ||
) |
Set pulse trigger condition.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
dwCondition | Trigger condition, a TC_* value. |