|
libtiepie
0.3.0
|
Functions | |
| bool8_t | ScpStart (TpDeviceHandle_t hDevice) |
| void | ScpStop (TpDeviceHandle_t hDevice) |
| void | ScpForceTrigger (TpDeviceHandle_t hDevice) |
| bool8_t | ScpIsDataReady (TpDeviceHandle_t hDevice) |
| bool8_t | ScpIsDataOverflow (TpDeviceHandle_t hDevice) |
| bool8_t | ScpIsRunning (TpDeviceHandle_t hDevice) |
| bool8_t | ScpIsTriggered (TpDeviceHandle_t hDevice) |
| uint32_t | ScpGetMeasureModes (TpDeviceHandle_t hDevice) |
| uint32_t | ScpGetMeasureMode (TpDeviceHandle_t hDevice) |
| uint32_t | ScpSetMeasureMode (TpDeviceHandle_t hDevice, uint32_t dwMeasureMode) |
| void ScpForceTrigger | ( | TpDeviceHandle_t | hDevice | ) |
Force trigger
| hDevice | a device handle |
| uint32_t ScpGetMeasureMode | ( | TpDeviceHandle_t | hDevice | ) |
| uint32_t ScpGetMeasureModes | ( | TpDeviceHandle_t | hDevice | ) |
| hDevice | a device handle |
| bool8_t ScpIsDataOverflow | ( | TpDeviceHandle_t | hDevice | ) |
Check if overflow occurred
| hDevice | a device handle |
1 if overflow occurred, 0 otherwise | bool8_t ScpIsDataReady | ( | TpDeviceHandle_t | hDevice | ) |
Check if data is ready
| hDevice | a device handle |
1 if measuring done, 0 otherwise | bool8_t ScpIsRunning | ( | TpDeviceHandle_t | hDevice | ) |
Check if instrument is measuring
| hDevice | a device handle |
1 if instrument is measuring, 0 otherwise | bool8_t ScpIsTriggered | ( | TpDeviceHandle_t | hDevice | ) |
Check is instrument has triggered
| hDevice | a device handle |
1 if oscilloscope has triggerd, 0 otherwise | uint32_t ScpSetMeasureMode | ( | TpDeviceHandle_t | hDevice, |
| uint32_t | dwMeasureMode | ||
| ) |
| bool8_t ScpStart | ( | TpDeviceHandle_t | hDevice | ) |
Start measuring
| hDevice | a device handle |
| void ScpStop | ( | TpDeviceHandle_t | hDevice | ) |
Stop measuring
| hDevice | a device handle |