User manual

P
ART
T
WO
:
COMMANDS
138
ISSUED: February 2005
WM-RCM-E Rev D
DISPLAY
DOT_JOIN, DTJN
Command/Query
DESCRIPTION
The DOT_JOIN command controls the interpolation lines between
data points. Setting DOT_JOIN ON selects Points in the “Display”
dialog; OFF selects Line.
COMMAND SYNTAX
DoT_JoiN <state>
<state> : = {ON, OFF}
QUERY SYNTAX
DoT_JoiN?
RESPONSE FORMAT
DoT_JoiN <state>
EXAMPLE (GPIB) The following instruction turns off the interpolation lines:
CMD$=“DTJN OFF”: CALL IBWRT(SCOPE%,CMD$)