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