Instructions
63
CURSor:MODE
Syntax :CURSor:MODE <type>
:CURSor:MODE?
Description : Set or query the cursor measurement mode.
Parameter :<type> ::= < OFF| MANual| TRACk >
Explanation :MANual: enable the manual cursor measurement mode
:TRACK: enable the track cursor measurement mode
Return : The query returns OFF,MANual,TRACK
Example :CURSor:MODE TRACK /*set measure mode to TRACK*/
:CURSor:MODE? /* The query returns TRACK*/
CURSor:MANual:TYPE
Syntax :CURSor:MANual:TYPE <type>
:CURSor:MANual:TYPE?
Description :Set or query the cursor type in manual cursor measurement
mode.
Parameter :<type> ::= <X | Y | XY>
Return : The query returns X,Y,XY
Example :CURSor:MANual:TYPE X /*set to X*/
:CURSor:MANual:TYPE? /* The query returns X*/
CURSor:MANual:SOURce
Syntax :CURSor:MANual:SOURce <source>
:CURSor:MANual:SOURce?
Description : Set or query the channel source of the manual cursor
measurement mode.
Parameter :<source> ::= < CHANnel1|CHANnel2|CHANnel3|CHANnel4| MATH>
Return : The query returns CHANnel1, CHANnel2, CHANnel3, CHANnel4,
MATH
Example :CURSor:MANual:SOURce CHANnel1 /*set source to CH1*/
:CURSor:MANual:SOURce? /* The query returns
CHANnel1*/