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

Information of a device trigger input can be obtained. More...

Functions

uint32_t DevTrInGetName (TpDeviceHandle_t hDevice, uint16_t wInput, char *pBuffer, uint32_t dwBufferLength)
 Get the name of a specified device trigger input.
 

Detailed Description

Information of a device trigger input can be obtained.

The following information of a device trigger input is available:

Function Documentation

uint32_t DevTrInGetName ( TpDeviceHandle_t  hDevice,
uint16_t  wInput,
char *  pBuffer,
uint32_t  dwBufferLength 
)

Get the name of a specified device trigger input.

Parameters
hDeviceA device handle.
wInputTrigger input number, 0 to DevTrInGetCount() - 1.
pBufferPointer to buffer to write to.
dwBufferLengthLength of the buffer.
Returns
Name length excluding excluding terminating zero.