|
LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
| uint64_t | DevTrInGetKinds (TpDeviceHandle_t hDevice, uint16_t wInput) |
| Get supported trigger input kinds. | |
| uint64_t | DevTrInGetKind (TpDeviceHandle_t hDevice, uint16_t wInput) |
| Get trigger input kind. | |
| uint64_t | DevTrInSetKind (TpDeviceHandle_t hDevice, uint16_t wInput, uint64_t qwKind) |
| Set trigger input kind. | |
| uint64_t DevTrInGetKind | ( | TpDeviceHandle_t | hDevice, |
| uint16_t | wInput | ||
| ) |
Get trigger input kind.
| hDevice | A device handle. |
| wInput | Trigger input number, 0..DevTrInGetCount() - 1. |
| uint64_t DevTrInGetKinds | ( | TpDeviceHandle_t | hDevice, |
| uint16_t | wInput | ||
| ) |
Get supported trigger input kinds.
| hDevice | A device handle. |
| wInput | Trigger input number, 0..DevTrInGetCount() - 1. |
| uint64_t DevTrInSetKind | ( | TpDeviceHandle_t | hDevice, |
| uint16_t | wInput, | ||
| uint64_t | qwKind | ||
| ) |
Set trigger input kind.
| hDevice | A device handle. |
| wInput | Trigger input number, 0..DevTrInGetCount() - 1. |
| qwKind | Trigger input kind, a TK_* value. |