LibTiePie  0.4.0
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.
 

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.
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.