464
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
24
Mask Test Commands
:MTESt:SCALe:XDELta
Command
:MTESt:SCALe:XDELta <xdelta_value>
The :MTESt:SCALe:XDELta command defines the position of the X2
marker with respect to the X1 marker. In the mask test coordinate system,
the X1 marker defines where X=0; thus, the X2 marker defines where X=1.
Because all X vertices of the regions defined for mask testing are
normalized with respect to X1 and
Δ
X, redefining
Δ
X also moves those
vertices to stay in the same locations with respect to X1 and
Δ
X. Thus, in
many applications, it is best if you define XDELta as a pulse width or bit
period. Then a change in data rate without corresponding changes in the
waveform can easily be handled by changing
Δ
X.
The X- coordinate of polygon vertices is normalized using this equation:
<xdelta_value>
A time value specifying the distance of the X2 marker with respect to the
X1 marker.
Example
Assume that the period of the waveform you wish to test is 1 ms. Then
the following example will set
Δ
X to 1 ms, ensuring that the waveform's
period is between the X1 and X2 markers.
myScope.WriteString ":MTEST:SCALE:XDELTA 1E-6:
Query
:MTESt:SCALe:XDELta?
The :MTESt:SCALe:XDELta? query returns the current value of
Δ
X.
Returned Format
[:MTESt:SCALe:XDELta] <xdelta_value><NL>
Example
This example gets the value of
Δ
X from the oscilloscope and prints it on
the computer screen.
Dim strScale_xdelta As String
myScope.WriteString ":MTEST:SCALE:XDELTA?""
strScale_xdelta = myScope.ReadString
Debug.Print strScale_xdelta
X = (X × ΔX) + X1
Содержание Infiniium 90000 Q-Series
Страница 1: ...s1 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference...
Страница 50: ...50 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 2 Setting Up...
Страница 86: ...86 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 3 Introduction to Programming...
Страница 146: ...146 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 8 Programming Conventions...
Страница 190: ...190 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 11 Calibration Commands...
Страница 274: ...274 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 14 Digital Commands...
Страница 292: ...292 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 15 Disk Commands...
Страница 318: ...318 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 16 Display Commands...
Страница 364: ...364 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 17 Function Commands...
Страница 382: ...382 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 19 Histogram Commands...
Страница 404: ...404 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 20 InfiniiScan ISCan Commands...
Страница 412: ...412 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 21 Limit Test Commands...
Страница 416: ...416 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 22 Lister Commands...
Страница 696: ...696 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 25 Measure Commands...
Страница 702: ...702 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 26 Pod Commands...
Страница 760: ...760 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 29 Self Test Commands...
Страница 804: ...804 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 30 Serial Data Equalization Commands...
Страница 818: ...818 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 31 System Commands...
Страница 830: ...830 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 32 Time Base Commands...
Страница 930: ...930 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 33 Trigger Commands...
Страница 1000: ...1000 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 35 Waveform Memory Commands...
Страница 1018: ...1018 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 37 Error Messages...
Страница 1109: ...Sample Programs 38 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 1109 print End of program...
Страница 1150: ...1150 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference 38 Sample Programs...
Страница 1186: ...1186 Agilent Infiniium 90000 Series Oscilloscopes Programmer s Reference Index...