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

Functions

uint32_t ScpChGetConnectorType (TpDeviceHandle_t hDevice, uint16_t wCh)
 Get channel connector type.
 
bool8_t ScpChIsDifferential (TpDeviceHandle_t hDevice, uint16_t wCh)
 Check whether the channel has a differential input.
 

Detailed Description

Function Documentation

uint32_t ScpChGetConnectorType ( TpDeviceHandle_t  hDevice,
uint16_t  wCh 
)

Get channel connector type.

Parameters
hDeviceA device handle.
wChChannel number, 0 to ScpGetChannelCount() - 1.
Returns
Channel connector type.
Since
0.4.0
bool8_t ScpChIsDifferential ( TpDeviceHandle_t  hDevice,
uint16_t  wCh 
)

Check whether the channel has a differential input.

Parameters
hDeviceA device handle.
wChChannel number, 0 to ScpGetChannelCount() - 1.
Returns
BOOL8_TRUE if differential, BOOL8_FALSE otherwise.
Since
0.4.0