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

Functions

uint32_t DevTrOutGetId (TpDeviceHandle_t hDevice, uint16_t wOutput)
 Get the id of a specified device trigger output.
 
uint32_t DevTrOutGetName (TpDeviceHandle_t hDevice, uint16_t wOutput, char *pBuffer, uint32_t dwBufferLength)
 Get trigger output name.
 

Detailed Description

Function Documentation

uint32_t DevTrOutGetId ( TpDeviceHandle_t  hDevice,
uint16_t  wOutput 
)

Get the id of a specified device trigger output.

Parameters
hDeviceA device handle.
wOutputTrigger output number, 0 to DevTrOutGetCount() - 1.
Returns
Trigger output id, a TOID_* value.
Since
0.4.4
uint32_t DevTrOutGetName ( TpDeviceHandle_t  hDevice,
uint16_t  wOutput,
char *  pBuffer,
uint32_t  dwBufferLength 
)

Get trigger output name.

Parameters
hDeviceA device handle.
wOutputTrigger output number, 0 to DevTrOutGetCount() - 1.
pBufferPointer to buffer to write to.
dwBufferLengthLength of the buffer.
Returns
Name length excluding excluding terminating zero.
Since
0.4.1