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

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

Advertisement

25
Measure Commands

:MEASure:NOISe:LOCation

Command
This command is only available when the EZJIT Complete software is installed.
N O T E
:MEASure:NOISe:LOCation <location>
The :MEASure:NOISe:LOCation command specifies the measurement
location within the bit where 0% is the beginning of the bit, 50% is the
middle of the bit, and 100% is the end of the bit.
You can specify a location value from 5% to 95%.
Example
This example sets the measurement location to 60%.
myScope.WriteString ":MEASURE:NOISe:LOCation 60"
Query

:MEASure:NOISe:LOCation?

The :MEASure:NOISe:LOCation? query returns the measurement location
setting.
Returned Format
[:MEASure:NOISe:LOCation] <location><NL>
Example
This example places the measurement location setting the varLocation
variable and displays it on the computer's screen.
myScope.WriteString ":SYSTem:HEADer OFF"
myScope.WriteString ":MEASure:NOISe:LOCation?"
varLocation = myScope.ReadNumber
Debug.Print FormatNumber(varLocation, 0)
584
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference
' Response headers off.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents