Chapter 7 535
Language Reference
MKRL Marker to Reference Level
MKRL Marker to Reference Level
Syntax
Figure 7-182 MKRL Syntax
Description
The MKRL command sets the reference level to the amplitude of an
active marker. If no marker is active, MKRL places a marker at the
center of the trace and uses that marker amplitude to set the reference
level. This command is not available when in delta marker mode.
Example
10 OUTPUT 718;"IP;SNGLS;CF 300MHZ;SP 20MHZ;"
20 OUTPUT 718;"TS;MKPK HI;MKRL;TS;"
30 OUTPUT 718;"RL?;AUNITS?;"
40 ENTER 718 USING "K";Ref_level,Aunits$
50 PRINT "REFERENCE LEVEL IS",Ref_level,Aunits$
60 END