LibTiePie
0.4.0
Library for interfacing TiePie engineering instruments
|
Functions | |
bool8_t | ScpStart (TpDeviceHandle_t hDevice) |
Start measuring. | |
void | ScpStop (TpDeviceHandle_t hDevice) |
Stop measuring. | |
void | ScpForceTrigger (TpDeviceHandle_t hDevice) |
Force a trigger. | |
bool8_t | ScpIsDataReady (TpDeviceHandle_t hDevice) |
Check whether data is ready. | |
bool8_t | ScpIsDataOverflow (TpDeviceHandle_t hDevice) |
Check whether a data overflow has occurred. | |
bool8_t | ScpIsRunning (TpDeviceHandle_t hDevice) |
Check whether instrument is measuring. | |
bool8_t | ScpIsTriggered (TpDeviceHandle_t hDevice) |
Check is instrument has triggered. | |
uint32_t | ScpGetMeasureModes (TpDeviceHandle_t hDevice) |
Get supported measure modes. | |
uint32_t | ScpGetMeasureMode (TpDeviceHandle_t hDevice) |
Get measure mode. | |
uint32_t | ScpSetMeasureMode (TpDeviceHandle_t hDevice, uint32_t dwMeasureMode) |
Set measure mode. | |
void ScpForceTrigger | ( | TpDeviceHandle_t | hDevice | ) |
Force a trigger.
hDevice | A device handle. |
uint32_t ScpGetMeasureMode | ( | TpDeviceHandle_t | hDevice | ) |
uint32_t ScpGetMeasureModes | ( | TpDeviceHandle_t | hDevice | ) |
Get supported measure modes.
hDevice | A device handle. |
bool8_t ScpIsDataOverflow | ( | TpDeviceHandle_t | hDevice | ) |
Check whether a data overflow has occurred.
hDevice | A device handle. |
bool8_t ScpIsDataReady | ( | TpDeviceHandle_t | hDevice | ) |
Check whether data is ready.
hDevice | A device handle. |
bool8_t ScpIsRunning | ( | TpDeviceHandle_t | hDevice | ) |
Check whether instrument is measuring.
hDevice | A device handle. |
bool8_t ScpIsTriggered | ( | TpDeviceHandle_t | hDevice | ) |
Check is instrument has triggered.
hDevice | A device handle. |
uint32_t ScpSetMeasureMode | ( | TpDeviceHandle_t | hDevice, |
uint32_t | dwMeasureMode | ||
) |
Set measure mode.
hDevice | A device handle. |
dwMeasureMode | Measure mode, a MM_* value. |
bool8_t ScpStart | ( | TpDeviceHandle_t | hDevice | ) |
Start measuring.
hDevice | A device handle. |
void ScpStop | ( | TpDeviceHandle_t | hDevice | ) |
Stop measuring.
hDevice | A device handle. |