Mtest:scale:y2 - Agilent Technologies Infiniium 90000 Series Programmer's Manual

Oscilloscopes
Hide thumbs Also See for Infiniium 90000 Series:
Table of Contents

Advertisement

24
Mask Test Commands

:MTESt:SCALe:Y2

Command
:MTESt:SCALe:Y2 <y2_value>
The :MTESt:SCALe:Y2 command defines the Y2 marker in the coordinate
system for mask testing. All Y values of vertices in the coordinate system
are defined with respect to the boundaries defined by SCALe:Y1 and
SCALe:Y2 according to the following equation:
Y = (Y × (Y2 - Y1)) + Y1
Thus, if you set Y1 to 100 mV, and Y2 to 1 V, a Y value of 0.100 in a
vertex is at 190 mV.
<y2_value>
A voltage value specifying the location of the Y2 marker.
Example
This example sets the Y2 marker to 2.5 V.
myScope.WriteString ":MTEST:SCALE:Y2 2.5"
Query
:MTESt:SCALe:Y2?
The SCALe:Y2? query returns the current setting of the Y2 marker.
Returned Format
[:MTESt:SCALe:Y2] <y2_value><NL>
Example
This example gets the setting of the Y2 marker from the oscilloscope and
prints it on the computer screen.
Dim strScale_y2 As String
myScope.WriteString ":MTEST:SCALE:Y2?"
strScale_y2 = myScope.ReadString
Debug.Print strScale_y2
466
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents