|
LibTiePie
0.4.0
Library for interfacing TiePie engineering instruments
|
Functions | |
| uint32_t | ScpGetResolutions (TpDeviceHandle_t hDevice, uint8_t *pList, uint32_t dwLength) |
| Get array with supported resolutions. | |
| uint8_t | ScpGetResolution (TpDeviceHandle_t hDevice) |
| Get resolution. | |
| uint8_t | ScpSetResolution (TpDeviceHandle_t hDevice, uint8_t byResolution) |
| Set resolution. | |
| bool8_t | ScpIsResolutionEnhanced (TpDeviceHandle_t hDevice) |
| Check whether current resolution is enhanced. | |
| bool8_t | ScpIsResolutionEnhancedEx (TpDeviceHandle_t hDevice, uint8_t byResolution) |
| Check whether resolution is enhanced. | |
| uint8_t ScpGetResolution | ( | TpDeviceHandle_t | hDevice | ) |
| uint32_t ScpGetResolutions | ( | TpDeviceHandle_t | hDevice, |
| uint8_t * | pList, | ||
| uint32_t | dwLength | ||
| ) |
Get array with supported resolutions.
| hDevice | A device handle. |
| pList | Pointer to array. |
| dwLength | Number of elements in array. |
| bool8_t ScpIsResolutionEnhanced | ( | TpDeviceHandle_t | hDevice | ) |
Check whether current resolution is enhanced.
| hDevice | A device handle. |
| bool8_t ScpIsResolutionEnhancedEx | ( | TpDeviceHandle_t | hDevice, |
| uint8_t | byResolution | ||
| ) |
Check whether resolution is enhanced.
| hDevice | A device handle. |
| byResolution | Resolution in bits. |
| uint8_t ScpSetResolution | ( | TpDeviceHandle_t | hDevice, |
| uint8_t | byResolution | ||
| ) |
Set resolution.
| hDevice | A device handle. |
| byResolution | Resolution in bits. |