LibTiePie
0.4.3
Library for interfacing TiePie engineering instruments
|
The device trigger kind determines how the device trigger responds to the device trigger input signal. More...
Functions | |
uint64_t | DevTrInGetKinds (TpDeviceHandle_t hDevice, uint16_t wInput) |
Get the supported trigger kinds for a specified device trigger input. | |
uint64_t | DevTrInGetKind (TpDeviceHandle_t hDevice, uint16_t wInput) |
Get the currently selected trigger kind for a specified device trigger input. | |
uint64_t | DevTrInSetKind (TpDeviceHandle_t hDevice, uint16_t wInput, uint64_t qwKind) |
Set the required trigger kind for a specified device trigger input. | |
The device trigger kind determines how the device trigger responds to the device trigger input signal.
Use DevTrInGetKinds to find out which trigger kinds are supported by the device trigger input. Read more on device trigger kind
Default value: TK_RISINGEDGE if supported, else TK_FALLINGEDGE.
uint64_t DevTrInGetKinds | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wInput | ||
) |
Get the supported trigger kinds for a specified device trigger input.
hDevice | A device handle. |
wInput | Trigger input number, 0 to DevTrInGetCount() - 1 . |
uint64_t DevTrInGetKind | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wInput | ||
) |
Get the currently selected trigger kind for a specified device trigger input.
hDevice | A device handle. |
wInput | Trigger input number, 0 to DevTrInGetCount() - 1 . |
uint64_t DevTrInSetKind | ( | TpDeviceHandle_t | hDevice, |
uint16_t | wInput, | ||
uint64_t | qwKind | ||
) |
Set the required trigger kind for a specified device trigger input.
hDevice | A device handle. |
wInput | Trigger input number, 0 to DevTrInGetCount() - 1 . |
qwKind | The required trigger kind, a TK_* value. |