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

Functions

bool8_t DevTrOutGetEnabled (TpDeviceHandle_t hDevice, uint16_t wOutput)
 Check whether trigger output is enabled.
 
bool8_t DevTrOutSetEnabled (TpDeviceHandle_t hDevice, uint16_t wOutput, bool8_t bEnable)
 Set trigger output enable.
 

Detailed Description

Default value: BOOL8_FALSE (disabled).

Function Documentation

bool8_t DevTrOutGetEnabled ( TpDeviceHandle_t  hDevice,
uint16_t  wOutput 
)

Check whether trigger output is enabled.

Parameters
hDeviceA device handle.
wOutputTrigger output number, 0 to DevTrOutGetCount() - 1.
Returns
BOOL8_TRUE if enabled, BOOL8_FALSE otherwise.
See Also
DevTrOutSetEnabled
Since
0.4.1
bool8_t DevTrOutSetEnabled ( TpDeviceHandle_t  hDevice,
uint16_t  wOutput,
bool8_t  bEnable 
)

Set trigger output enable.

Parameters
hDeviceA device handle.
wOutputTrigger output number, 0 to DevTrOutGetCount() - 1.
bEnableBOOL8_TRUE or BOOL8_FALSE.
Returns
BOOL8_TRUE if enabled, BOOL8_FALSE otherwise.
See Also
DevTrOutGetEnabled
Since
0.4.1