|
LibTiePie
0.4.2
Library for interfacing TiePie engineering instruments
|
Functions | |
| bool8_t | GenIsBurstActive (TpDeviceHandle_t hDevice) |
| Check whether burst is active. | |
| uint64_t | GenGetBurstCount (TpDeviceHandle_t hDevice) |
| Get burst count. | |
| uint64_t | GenGetBurstCountMax (TpDeviceHandle_t hDevice) |
| Get maximum burst count. | |
| uint64_t | GenSetBurstCount (TpDeviceHandle_t hDevice, uint64_t qwBurstCount) |
| Set burst count. | |
| uint64_t | GenGetBurstModes (TpDeviceHandle_t hDevice) |
| Get supported generator burst modes. | |
| uint64_t | GenGetBurstMode (TpDeviceHandle_t hDevice) |
| Get generator burst mode. | |
| uint64_t | GenSetBurstMode (TpDeviceHandle_t hDevice, uint64_t qwBurstMode) |
| Set generator burst mode. | |
By default burst mode is disabled (BM_DISABLED) and burst count is set to 1.
| uint64_t GenGetBurstCount | ( | TpDeviceHandle_t | hDevice | ) |
| uint64_t GenGetBurstCountMax | ( | TpDeviceHandle_t | hDevice | ) |
| uint64_t GenGetBurstMode | ( | TpDeviceHandle_t | hDevice | ) |
Get generator burst mode.
| hDevice | A device handle. |
| uint64_t GenGetBurstModes | ( | TpDeviceHandle_t | hDevice | ) |
Get supported generator burst modes.
| hDevice | A device handle. |
| bool8_t GenIsBurstActive | ( | TpDeviceHandle_t | hDevice | ) |
Check whether burst is active.
| hDevice | A device handle. |
| uint64_t GenSetBurstCount | ( | TpDeviceHandle_t | hDevice, |
| uint64_t | qwBurstCount | ||
| ) |
Set burst count.
| hDevice | A device handle. |
| qwBurstCount | Burst count, 0 to GenGetBurstCountMax(). |
| uint64_t GenSetBurstMode | ( | TpDeviceHandle_t | hDevice, |
| uint64_t | qwBurstMode | ||
| ) |
Set generator burst mode.
| hDevice | A device handle. |
| qwBurstMode | Generator burst mode, a BM_* value. |