Manual

Remote Control Commands and Queries
WM-RCM-E Rev D ISSUED: February 2005
153
DISPLAY
HOR_MAGNIFY, HMAG
Command/Query
DESCRIPTION
The HOR_MAGNIFY command horizontally expands the selected
expansion trace by a specified factor. Magnification factors not within
the range of permissible values will be rounded off to the nearest legal
value.
The VAB bit (bit 2) in the STB register (see table on page 225) is set
when a factor outside the legal range is specified.
The HOR_MAGNIFY? query returns the current magnification
factor for the specified expansion function.
COMMAND SYNTAX
<exp_trace> : Hor_MAGnify <factor>
<exp_trace> : = {F1,F2,F3,F4,F5,F6,F7,F8,
TA,TB,TC,TD} TA through TD are included for backward
compatibility with software designed for earlier LeCroy instruments.
These four mnemonics will not be returned in response to queries.
<factor> : = 1 to 20000
QUERY SYNTAX
<exp_source> : Hor_MAGnify?
RESPONSE FORMAT
<exp_source> : Hor_MAGnify <factor>
EXAMPLE (GPIB) The following instruction horizontally magnifies Trace A (TA) by a
factor of 5:
CMD$=“F1:HMAG 5”: CALL IBWRT(SCOPE%,CMD$)