Programming
423
Parameter Selection Option
Description Input/output direction of port C
Data Type Character string type (String)
Range INPut|OUTPut
Preset Value
INPut
Query Response
{INP|OUTP}<newline><^END>
Examples
Dim Var as String
Var= "INPut"
Ana.WriteString ":CONT:HAND:C:MODE " & Var, True
Ana.WriteString ":CONT:HAND:C:MODE?", True
Var=Ana.ReadString
Related Commands
:CONT:HAND:C
Equivalent Softkey
No equivalent key is available on the front panel.
COM Command Syntax (Internal Control Only)
SCPI.CONTROL.HANDLER.C.MODE
:CONT:HAND:D
Type
Command/Query
Syntax
:CONTrol:HANDler:D[:DATA] <Value>
:CONTrol:HANDler:D[:DATA]?
Description
When input/output port D of the handler I/O is set to the output port, it
outputs port information to output port D (D0 to D3).
When input/output port D of the handler I/O is set to the input port, it
reads out port information to input to port D (D0 to D3).
Port information is output as 4-bit binary data using D0 as LSB and D3 as
MSB.
Variable