Technical data

Measure Commands 24
Agilent Infiniium 90000 Series Oscilloscopes Programmer's Reference 539
:MEASure:NOISe:LOCation
Command
: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" ' Response headers off.
myScope.WriteString ":MEASure:NOISe:LOCation?"
varLocation = myScope.ReadNumber
Debug.Print FormatNumber(varLocation, 0)
NOTE
This command is only available when the EZJIT Complete software is installed.