User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
VERT_MAGNIFY, VMAG
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 to Fn, TA to TD
<factor>:= 100E-3 to 181
Note: TA through TD are for backward compatibility. Although accepted, they are not returned by
queries.
Query Syntax
<trace>:VERT_MAGNIFY?
Response Format
<trace>:VERT_MAGNIFY <factor>
Example (GPIB)
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
6-88