User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
DOT_JOIN, DTJN
Description
The DOT_JOIN command controls the interpolation lines between data points. Setting DOT_JOIN ON
selects a continuous Line; DOT_JOIN OFF selects a series of Points.
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$)
6-76