Programming
429
Dim Var as Long
Var= 1
Ana.WriteString ":CONT:HAND:OUTP1 " & Str(Var), True
Ana.WriteString ":CONT:HAND:OUTP1?", True
Var=Ana.ReadNumber
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CONTROL.HANDLER.OUTPUT(Pt).DATA
:CONT:HAND:RTR:STAT
Type
Command/Query
Syntax
:CONTrol:HANDler[:EXTension]:RTRigger:STATe {ON|OFF|1|0}
:CONTrol:HANDler[:EXTension]:RTRigger:STATe?
Description
This command turns ON/OFF the output of READY FOR TRIGGER signal to
B7 of the handler I/O.
When you use port B7 as the output port, turn OFF the READY FOR TRIG-
GER signal output. When outputting the READY FOR TRIGGER signal is
turned ON, the bit 7 of the data output by the :CONT:HAND:B (the bit 15
of the data output by the :CONT:HAND:F) is ignored.
Variable
Parameter Selection Option
Description Status of the READY FOR TRIGGER signal output
Data Type Boolean type (Boolean)
Range ON|OFF|1|0
Preset Value
OFF
Query Response
{1|0}<newline><^END>
Examples
Dim Var as Integer
Ana.WriteString ":CONT:HAND:RTR:STAT ON", True