
3156B User Manual
Racal Instrument © 2005
Programming Reference 5-157
Ri3156b_set(query)_re-trigger_delay_state
Description
This toggles re-trigger delay ON and OFF. Re-trigger delay value can be set using the ri3156b-
set_re_trigger_delay () function. Re-trigger run mode is initiated from one of the following sources: External
(front panel TRIG IN connector), TTLTRG(n) or ECLTRG0 (backplane trigger lines), or software command
(Immediate trigger).
Channel Dependency: Common
C Syntax
ViStatus ri3156b_set_re_trigger_delay_state (ViSession instrHandle, ViBoolean reTriggerDelayState)
ViStatus ri3156b_query_re_trigger_delay_state (ViSession instrHandle, ViBoolean * reTriggerDelayState)
Parameters
Name
Variable
Type
Description
instrHandle
ViSession
The Instrument Handle is used to identify the unique
session or communication channel between the driver
and the instrument. If more than one instrument of the
model type is used, this will be used to differentiate
between them. Note that the initialize function may be
used to associate multiple instrument handles with a
single instrument.
reTriggerDelayState
ViBoolean Toggles the re-trigger delay On and Off
Valid range: 0, 1 (Off, On)
Default: 0
Return Values
Displays the return status of the function call. If the function was successful, it will return a status of
VI_SUCCESS, otherwise it will return an error code. Passing the error code into the function
"ri3156B_error_message()" will return a string describing the error.