Cilxs_configurettltriggeroutput – AMETEK Ls Series Driver Manual User Manual
Page 130

IVI Driver Manual
Lx / Ls Series
126
ciLxs_ConfigureTTLTriggerOutput
ViStatus ciLxs_ConfigureTTLTriggerOutput (ViSession instrumentHandle,
ViBoolean state,
ViInt32 source);
Purpose
This function configures trigger out signal.
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
state
Variable Type ViBoolean
Pass the state of the AC source Trigger Out signal, which is
available at a BNC connector on the rear of the iL Series units.
The driver sets the CILXS_ATTR_OUTPUT_TRIGGER_ENABLED attribute to
this value.
Valid Values:
VI_TRUE (1) - On
VI_FALSE (0) - Off (Default Value)
source
Variable Type ViInt32
Pass the signal source for the Trig Out signal. The driver sets the
CILXS_ATTR_OUTPUT_TRIGGER_SOURCE attribute to this value.
Valid Values:
CILXS_VAL_OUTPUT_TRIGGER_SOURCE_BOT
CILXS_VAL_OUTPUT_TRIGGER_SOURCE_EOT
CILXS_VAL_OUTPUT_TRIGGER_SOURCE_LIST
Default Value: CILXS_VAL_OUTPUT_TRIGGER_SOURCE_BOT
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.