Property (Read-Write)
SCPI.CONTrol.HANDler.OUTPut(Num).DATA = Value
Value = SCPI.CONTrol.HANDler.OUTPut(Num).DATA
This command sets/gets data to OUTPUT1 or OUTPUT2 of the handler I/O.
Parameter |
Num |
Description |
Number of the OUTPUT terminal |
Data type |
Long integer type (Long) |
Range |
1 or 2 |
Preset value |
1 |
Note |
If the specified variable is out of the allowable setup range, an error occurs when executed. |
Parameter |
Value |
Description |
Polarity (High/Low) |
Data type |
Long integer type (Long) |
Range |
Select from the following:
|
Dim HdlPol As Long
SCPI.CONTrol.HANDler.OUTPut(1).DATA = 1
HdlPol = SCPI.CONTrol.HANDler.OUTPut(1).DATA
No equivalent key is available on the front panel.
:CONTrol:HANDler:OUTPut{[1]|2}[:DATA] {1|0}
:CONTrol:HANDler:OUTPut{[1]|2}[:DATA]?
{1|0}<newline><^END>
10 OUTPUT 717;":CONT:HAND:OUTP1 1"
20 OUTPUT 717;":CONT:HAND:OUTP1?"
30 ENTER 717;A