User manual

Table Of Contents
MAUI Oscilloscopes Remote Control and Automation Manual
HOR_MAGNIFY, HMAG
Description
The HOR_MAGNIFY command horizontally expands a zoom math function trace (a.k.a., expansion trace)
by the 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 table 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
<trace>:HOR_MAGNIFY <factor>
<trace>:= F1 to Fn, TA to TD
<factor>: = 1 to 20000
Note: TA through TD are for backward compatibility. Although accepted, they are not returned by
queries.
Query Syntax
<exp_source>:HOR_MAGNIFY?
Response Format
<exp_source>:HOR_MAGNIFY <factor>
Example (GPIB)
The following instruction horizontally magnifies trace F1 by a factor of 5:
CMD$="F1:HMAG 5": CALL IBWRT(SCOPE%,CMD$)
6-78