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

Functions

bool8_t GenIsControllable (TpDeviceHandle_t hDevice)
 Check whether the generator can be controlled.
 
bool8_t GenGetOutputOn (TpDeviceHandle_t hDevice)
 Check whether generator output is on.
 
bool8_t GenSetOutputOn (TpDeviceHandle_t hDevice, bool8_t bOutputOn)
 Enable or disable generator output.
 
void GenStart (TpDeviceHandle_t hDevice)
 Start generator.
 
void GenStop (TpDeviceHandle_t hDevice)
 Stop generator.
 

Detailed Description

Function Documentation

bool8_t GenGetOutputOn ( TpDeviceHandle_t  hDevice)

Check whether generator output is on.

Parameters
hDeviceA device handle.
Returns
BOOL8_TRUE if output is on, BOOL8_FALSE if output is off.
bool8_t GenIsControllable ( TpDeviceHandle_t  hDevice)

Check whether the generator can be controlled.

Parameters
hDeviceA device handle.
Returns
BOOL8_TRUE if controllable, BOOL8_FALSE otherwise.
bool8_t GenSetOutputOn ( TpDeviceHandle_t  hDevice,
bool8_t  bOutputOn 
)

Enable or disable generator output.

Parameters
hDeviceA device handle.
bOutputOnBOOL8_TRUE to enable the output, BOOL8_FALSE to disable the output.
Returns
BOOL8_TRUE if output is on, BOOL8_FALSE if output is off.
void GenStart ( TpDeviceHandle_t  hDevice)

Start generator.

Parameters
hDeviceA device handle.
void GenStop ( TpDeviceHandle_t  hDevice)

Stop generator.

Parameters
hDeviceA device handle.