Cilxs_configuretriggerttloutputlist – AMETEK Ls Series Driver Manual User Manual
Page 115
IVI Driver Manual
Lx / Ls Series
111
ciLxs_ConfigureTriggerTTLOutputList
ViStatus ciLxs_ConfigureTriggerTTLOutputList (ViSession instrumentHandle,
ViInt32 listSize,
ViBoolean _VI_FAR
TTLOutput[]);
Purpose
This function configures the sequence of Trigger Out list points.
Parameter List
instrumentHandle
Variable Type ViSession
The ViSession handle that you obtain from the ciLxs_init or
ciLxs_InitWithOptions function. The handle identifies a particular
instrument session.
Default Value: None
listSize
Variable Type ViInt32
The number of list points.
TTLOutput
Variable Type ViBoolean[]
The sequence of Trigger Out list points. Each point which is set
VI_TRUE will cause a pulse to be output at Trigger Out when that list
step is reached. Those entries which are set VI_FALSE will not
generate Trigger Out pulses. The order in which the list points are
given determines the sequence in which Trigger Out pulses will be
output when a list transient is triggered. Changing list data while a
subsystem is in list mode generates an implied abort.
Return Value
Returns the status code of this operation. The status code either
indicates success or describes an error or warning condition. You
examine the status code from each call to an instrument driver
function to determine if an error occurred.
To obtain a text description of the status code, call the
ciLxs_error_message function. To obtain additional information about
the error condition, call the ciLxs_GetError function. To clear the
error information from the driver, call the ciLxs_ClearError
function.
The general meaning of the status code is as follows: