Agilent Technologies Infiniium 8000A Programmer's Reference Manual page 466

Table of Contents

Advertisement

Query
Returned Format
Example
Mask Test Commands
AMASk:YDELta
:MTESt:AMASk:YDELta?
The AMASk:YDELta? query returns the current setting of the ∆Y tolerance for
automasking. If your computer program will interpret this value, it should also
request the current measurement system using the AMASk:UNITs query.
[:MTESt:AMASk:YDELta] <ydelta_value><NL>
This example gets the measurement system units and ∆Y settings for
automasking from the oscilloscope and prints the results on the computer
screen.
10 DIM Automask_units$[10]
20 DIM Automask_ydelta$[20]
30 OUTPUT 707;"MTEST:AMASK:UNITS?"
40 ENTER 707;Automask_units$
50 OUTPUT 707;":MTEST:AMASK:YDELTA?"
60 ENTER 707;Automask_ydelta$
70 PRINT Automask_units$
80 PRINT Automask_ydelta$
90 END
22-14

Advertisement

Table of Contents
loading

Table of Contents