COMMAND OVERVIEW
131
DISPlay:TEXT:CLEar
Clear message from display.
Parameter:NONE
Example: DISP:TEXT:CLE
DIGitalio:MODE
Sets the mode for Digital I/O.
Parameter: NORM|USER
Example: DIG:MODE NORM
Sets the Digital I/O Mode to normal.
DIGitalio:MODE?
Returns the Digital I/O mode.
Return parameter: NORM|USER
DIGitalio0:SETup
Sets pins 1~4 of the Digital I/O port when in user mode.
Parameter: <boolean>,<boolean>,<boolean>,<boolean>
Sets the state of CH1~CH4, where 0=OFF, 1=ON.
Example: DIG0:SET 1,0,1,0
Turns on pin 1 and 3. Turns off pin 2 and 4.
DIGitalio[1|2|3|4]:SETup
Sets the state of the selected pin (1, 2, 3 or 4) of the Digital I/O
port when in user mode.
Parameter: ON | OFF
Example: DIG1:SET ON
Turns pin 1 on.