|
LibTiePie
0.4.1
Library for interfacing TiePie engineering instruments
|
Functions | |
| uint64_t | ScpGetRecordLengthMax (TpDeviceHandle_t hDevice) |
| Get maximum record length. | |
| uint64_t | ScpGetRecordLengthMaxEx (TpDeviceHandle_t hDevice, uint32_t dwMeasureMode, uint8_t byResolution) |
| Get maximum record length by measure mode. | |
| uint64_t | ScpGetRecordLength (TpDeviceHandle_t hDevice) |
| Get record length. | |
| uint64_t | ScpSetRecordLength (TpDeviceHandle_t hDevice, uint64_t qwRecordLength) |
| Set record length. | |
| uint64_t | ScpVerifyRecordLength (TpDeviceHandle_t hDevice, uint64_t qwRecordLength) |
| Verify record length. | |
| uint64_t | ScpVerifyRecordLengthEx (TpDeviceHandle_t hDevice, uint64_t qwRecordLength, uint32_t dwMeasureMode, uint8_t byResolution, uint64_t qwActiveChannelMask) |
| Verify record length by measure mode, resolution and active channels. | |
| uint64_t ScpGetRecordLength | ( | TpDeviceHandle_t | hDevice | ) |
| uint64_t ScpGetRecordLengthMax | ( | TpDeviceHandle_t | hDevice | ) |
| uint64_t ScpGetRecordLengthMaxEx | ( | TpDeviceHandle_t | hDevice, |
| uint32_t | dwMeasureMode, | ||
| uint8_t | byResolution | ||
| ) |
Get maximum record length by measure mode.
| hDevice | A device handle. |
| dwMeasureMode | Measure mode, a MM_* value. |
| byResolution | Resolution in bits. |
| uint64_t ScpSetRecordLength | ( | TpDeviceHandle_t | hDevice, |
| uint64_t | qwRecordLength | ||
| ) |
Set record length.
| hDevice | A device handle. |
| qwRecordLength | Record length. |
| uint64_t ScpVerifyRecordLength | ( | TpDeviceHandle_t | hDevice, |
| uint64_t | qwRecordLength | ||
| ) |
Verify record length.
| hDevice | A device handle. |
| qwRecordLength | Record length. |
| uint64_t ScpVerifyRecordLengthEx | ( | TpDeviceHandle_t | hDevice, |
| uint64_t | qwRecordLength, | ||
| uint32_t | dwMeasureMode, | ||
| uint8_t | byResolution, | ||
| uint64_t | qwActiveChannelMask | ||
| ) |
Verify record length by measure mode, resolution and active channels.
| hDevice | A device handle. |
| qwRecordLength | Record length. |
| dwMeasureMode | Measure mode, a MM_* value. |
| byResolution | Resolution in bits. |
| qwActiveChannelMask | Bit mask with active channels. |