|
LibTiePie
0.9.16
Library for interfacing TiePie engineering instruments
|
Functions that provide information of a generator.
Functions | |
| uint32_t | GenGetConnectorType (LibTiePieHandle_t hDevice) |
| Get the output connector type for a specified generator. More... | |
| bool8_t | GenIsDifferential (LibTiePieHandle_t hDevice) |
| Check whether the output of a specified generator is differential. More... | |
| double | GenGetImpedance (LibTiePieHandle_t hDevice) |
| Get the output impedance of a specified generator. More... | |
| uint8_t | GenGetResolution (LibTiePieHandle_t hDevice) |
| Get the DAC resolution of a specified generator. More... | |
| double | GenGetOutputValueMin (LibTiePieHandle_t hDevice) |
| Get the minimum output value of a specified generator. More... | |
| double | GenGetOutputValueMax (LibTiePieHandle_t hDevice) |
| Get the maximum output value of a specified generator. More... | |
| uint32_t GenGetConnectorType | ( | LibTiePieHandle_t | hDevice | ) |
Get the output connector type for a specified generator.
| [in] | hDevice | A device handle identifying the generator. |
| NOT_SUPPORTED | The generator does not support getting the connector type. |
| INVALID_HANDLE | The handle is not a valid generator handle. |
| OBJECT_GONE | The object indicated by the handle is no longer available. |
| LIBRARY_NOT_INITIALIZED | The library is not initialized, see LibInit(). |
| SUCCESS | The function executed successfully. |
| bool8_t GenIsDifferential | ( | LibTiePieHandle_t | hDevice | ) |
Check whether the output of a specified generator is differential.
| [in] | hDevice | A device handle identifying the generator. |
| INVALID_HANDLE | The handle is not a valid generator handle. |
| OBJECT_GONE | The object indicated by the handle is no longer available. |
| LIBRARY_NOT_INITIALIZED | The library is not initialized, see LibInit(). |
| SUCCESS | The function executed successfully. |
| double GenGetImpedance | ( | LibTiePieHandle_t | hDevice | ) |
Get the output impedance of a specified generator.
| [in] | hDevice | A device handle identifying the generator. |
| NOT_SUPPORTED | The generator does not support getting the output impedance. |
| INVALID_HANDLE | The handle is not a valid generator handle. |
| OBJECT_GONE | The object indicated by the handle is no longer available. |
| LIBRARY_NOT_INITIALIZED | The library is not initialized, see LibInit(). |
| SUCCESS | The function executed successfully. |
| uint8_t GenGetResolution | ( | LibTiePieHandle_t | hDevice | ) |
Get the DAC resolution of a specified generator.
| [in] | hDevice | A device handle identifying the generator. |
| NOT_SUPPORTED | The generator does not support getting the resolution. |
| INVALID_HANDLE | The handle is not a valid generator handle. |
| OBJECT_GONE | The object indicated by the handle is no longer available. |
| LIBRARY_NOT_INITIALIZED | The library is not initialized, see LibInit(). |
| SUCCESS | The function executed successfully. |
| double GenGetOutputValueMin | ( | LibTiePieHandle_t | hDevice | ) |
Get the minimum output value of a specified generator.
| [in] | hDevice | A device handle identifying the generator. |
| INVALID_HANDLE | The handle is not a valid generator handle. |
| OBJECT_GONE | The object indicated by the handle is no longer available. |
| LIBRARY_NOT_INITIALIZED | The library is not initialized, see LibInit(). |
| SUCCESS | The function executed successfully. |
| double GenGetOutputValueMax | ( | LibTiePieHandle_t | hDevice | ) |
Get the maximum output value of a specified generator.
| [in] | hDevice | A device handle identifying the generator. |
| INVALID_HANDLE | The handle is not a valid generator handle. |
| OBJECT_GONE | The object indicated by the handle is no longer available. |
| LIBRARY_NOT_INITIALIZED | The library is not initialized, see LibInit(). |
| SUCCESS | The function executed successfully. |