LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
uint64_t | ScpGetTriggerHoldOffCountMax (TpDeviceHandle_t hDevice) |
Get maximum trigger hold off count in samples. | |
uint64_t | ScpGetTriggerHoldOffCountMaxEx (TpDeviceHandle_t hDevice, uint32_t dwMeasureMode) |
Get maximum trigger hold off count in samples by measure mode. | |
uint64_t | ScpGetTriggerHoldOffCount (TpDeviceHandle_t hDevice) |
Get trigger hold off count in samples. | |
uint64_t | ScpSetTriggerHoldOffCount (TpDeviceHandle_t hDevice, uint64_t qwTriggerHoldOffCount) |
Set trigger hold off count in samples. | |
uint64_t ScpGetTriggerHoldOffCount | ( | TpDeviceHandle_t | hDevice | ) |
Get trigger hold off count in samples.
hDevice | A device handle. |
uint64_t ScpGetTriggerHoldOffCountMax | ( | TpDeviceHandle_t | hDevice | ) |
Get maximum trigger hold off count in samples.
hDevice | A device handle. |
uint64_t ScpGetTriggerHoldOffCountMaxEx | ( | TpDeviceHandle_t | hDevice, |
uint32_t | dwMeasureMode | ||
) |
Get maximum trigger hold off count in samples by measure mode.
hDevice | A device handle. |
dwMeasureMode | Measure mode, a MM_* value. |
uint64_t ScpSetTriggerHoldOffCount | ( | TpDeviceHandle_t | hDevice, |
uint64_t | qwTriggerHoldOffCount | ||
) |
Set trigger hold off count in samples.
hDevice | A device handle. |
qwTriggerHoldOffCount | Trigger hold off count in samples. |