LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
uint64_t | ScpChTrGetKinds (TpDeviceHandle_t hDevice, uint16_t wCh) |
Get supported trigger kinds. | |
uint64_t | ScpChTrGetKindsEx (TpDeviceHandle_t hDevice, uint16_t wCh, uint32_t dwMeasureMode) |
Get supported trigger kinds by measure mode. | |
uint64_t | ScpChTrGetKind (TpDeviceHandle_t hDevice, uint16_t wCh) |
Get channel trigger kind. | |
uint64_t | ScpChTrSetKind (TpDeviceHandle_t hDevice, uint16_t wCh, uint64_t qwTriggerKind) |
Set channel trigger kind. | |
uint64_t ScpChTrGetKind | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Get channel trigger kind.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
uint64_t ScpChTrGetKinds | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh | ||
) |
Get supported trigger kinds.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
uint64_t ScpChTrGetKindsEx | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
uint32_t | dwMeasureMode | ||
) |
Get supported trigger kinds by measure mode.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
dwMeasureMode | Measure mode, a MM_* value. |
uint64_t ScpChTrSetKind | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wCh, | ||
uint64_t | qwTriggerKind | ||
) |
Set channel trigger kind.
hDevice | A device handle. |
wCh | Channel number, 0..ScpGetChannelCount() - 1 . |
qwTriggerKind | Trigger kind: a TK_* value. |