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

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

Advertisement

:MEASure:SLEWrate

Command
This command is only available when the E2681A Jitter Analysis Software is installed.
N O T E
:MEASure:SLEWrate [<data_source>, <edge_dir>]
The :MEASure:SLEWrate command measures the slew rate of the specified
data source.
<data_source>
{CHANnel<N> | FUNCtion<F> | WMEMory<N> | CLOCk | MTRend |
MSPectrum | 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.
<edge_dir>
{RISing | FALLing | BOTH}
Example
This example measures the slew rate of channel 1.
myScope.WriteString ":MEASure:SLEWrate CHANnel1,RISing"
Query
:MEASure:SLEWrate? [<data_source>, <edge_dir>]
The :MEASure:SLEWrate? query returns the measured slew rate for the
specified source.
Returned Format
{:MEASure:SLEWrate] <value><NL>
<value>
Slew rate in volts per second.
Example
This example places the channel 1 value of slew rate in the numeric
variable, varTime, then prints the contents of the variable to the
computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":MEASure:SLEWrate? CHANnel1,RISing"
varTime = myScope.ReadNumber
Debug.Print FormatNumber(varTime, 0)
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
Measure Commands
' Response headers off.
25
641

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents