Manual

Remote Control Commands and Queries
WM-RCM-E Rev D ISSUED: February 2005
249
DISPLAY
VERT_MAGNIFY, VMAG
Command/Query
DESCRIPTION
The VERT_MAGNIFY command vertically expands the specified
trace. The command is executed even if the trace is not displayed.
The maximum magnification allowed depends on the number of
significant bits associated with the data of the trace.
The VERT_MAGNIFY? query returns the magnification factor of
the specified trace.
COMMAND SYNTAX
<trace> : Vert_MAGnify <factor>
<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> : = 100E-3 to 181
QUERY SYNTAX
<trace> : Vert_MAGnify?
RESPONSE FORMAT
<trace> : Vert_MAGnify <factor>
EXAMPLE The following instruction enlarges the vertical amplitude of Trace A
by a factor of 3.45 with respect to its original amplitude:
CMD$=“TA:VMAG 3.45”: CALL IBWRT(SCOPE%,CMD$)
RELATED COMMANDS
VERT_POSITION