LibTiePie  0.4.1
Library for interfacing TiePie engineering instruments
 All Files Functions Typedefs Groups Pages
Info

Functions

uint32_t GenGetConnectorType (TpDeviceHandle_t hDevice)
 Get output connector type.
 
bool8_t GenIsDifferential (TpDeviceHandle_t hDevice)
 Check whether the output is differential.
 
double GenGetImpedance (TpDeviceHandle_t hDevice)
 Get output impedance.
 
uint8_t GenGetResolution (TpDeviceHandle_t hDevice)
 Get resolution.
 

Detailed Description

Function Documentation

uint32_t GenGetConnectorType ( TpDeviceHandle_t  hDevice)

Get output connector type.

Parameters
hDeviceA device handle.
Returns
Output connector type.
double GenGetImpedance ( TpDeviceHandle_t  hDevice)

Get output impedance.

Parameters
hDeviceA device handle.
Returns
Output impedance in Ohm.
uint8_t GenGetResolution ( TpDeviceHandle_t  hDevice)

Get resolution.

Parameters
hDeviceA device handle.
Returns
Resolution in bits.
bool8_t GenIsDifferential ( TpDeviceHandle_t  hDevice)

Check whether the output is differential.

Parameters
hDeviceA device handle.
Returns
BOOL8_TRUE if output is differential, BOOL8_FALSE otherwise.