Cilxs_configuretriggerlist – AMETEK Ls Series Driver Manual User Manual
Page 110
![background image](https://www.manualsdir.com/files/771681/content/doc110.png)
IVI Driver Manual
Lx / Ls Series
106
ciLxs_ConfigureTriggerList
ViStatus ciLxs_ConfigureTriggerList (ViSession instrumentHandle,
ViInt32 repeatCount,
ViInt32 stepMode, ViInt32 listSize,
ViReal64 _VI_FAR dwellTimes[],
ViInt32 _VI_FAR repeatTimes[]);
Purpose
This function configures how many times the AC source sequences
through a list before that list is completed, specifies the time interval
that each value (point) of a list is to remain in effect and detemines if
a trigger causes a list to advance only to its next point or to sequence
through all of its 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
repeatCount
Variable Type ViInt32
Pass the number of times that the list is executed before it is
completed. The driver sets the CILXS_ATTR_TRIGGER_LIST_COUNT
attribute to this value.
Valid Range: 1 to 2000000000 (2E9)
Default Value: 1
NOTE:
If passed value is lower than zero then instrument will set maximum
possible range (INFinity).
stepMode
Variable Type ViInt32
Specifies how the list sequencing responds to triggers. The driver
sets the CILXS_ATTR_TRIGGER_LIST_MODE attribute to this value.
Valid Values:
CILXS_VAL_TRIGGER_LIST_STEP_ONCE - causes the entire list to be
output sequentially after the starting trigger, paced by its dwell