Measure:bwidth - Agilent Technologies Infiniium 90000 Series Programmer's Manual

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

Advertisement

:MEASure:BWIDth

Command
:MEASure:BWIDth <source>,<idle_time>
The :MEASure:BWIDth command measures the width of bursts in your
waveform. The idle time is the minimum time between bursts.
<source>
{CHANnel<N> | FUNCtion<F> | WMEMory<N> | CLOCk | MSPectrum |
MTRend | EQUalized}
MTRend and MSPectrum sources are only available if the oscilloscope has
the EZJIT option installed and the feature is enabled.
The CLOCk source is only available if the oscilloscope has the High Speed
Serial option installed and the feature is enabled.
The EQUalized source is only available if the oscilloscope has the High
Speed Serial option and the Serial Data Equalization option installed and
the features are enabled. This command uses the Feed- Forward Equalized
(FFE) signal as the source.
<N>
An integer, 1- 4.
<F>
An integer, 1- 16.
<idle_time>
Amount of idle time between bursts.
Example
This example measures the width of bursts for the waveform on channel
one and sets the idle time to 1 microsecond.
myScope.WriteString ":MEASURE:BWIDTH CHANNEL1,1E-6"
Query
:MEASure:BWIDth? <source>,<idle_time>
The :MEASure:BWIDth? query returns the width of the burst being
measured.
Returned Format
[:MEASure:BWIDth ]<burst_width><NL>
Example
This example returns the width of the burst being measured, in the string
variable, strBurstwidth, then prints the contents of the variable to the
computer's screen.
Dim strBurstwidth As String
myScope.WriteString ":MEASure:BWIDTH? CHANNEL1,1E-6"
strBurstwidth = myScope.ReadString
Debug.Print strBurstwidth
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
25
Measure Commands
485

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents