:MEASure:EYE:RTIMe
Command Syntax
:MEASure:EYE:RTIMe
Query Syntax
:MEASure:EYE:RTIMe?
Description
Moves the Rise time measurement to the top of the Results table. Displays the measurement if it is not already shown on the table. The query form of the command returns the measured value. Rise time is a measure of the mean transition time of the data on the upward slope of an eye diagram. The data crosses through the following three thresholds: the lower, middle, and upper thresholds, as well as through the eye crossing point. The default setting for the threshold levels are the 10% to 90% points on the transition.
Use the :MEASure:EYE:RTIMe:SOURce command to specify the real-time eye diagram on which to make the measurement.
Use the :MEASure:EYE:WINDow:LEFT, :MEASure:EYE:WINDow:RIGHt, and :MEASure:EYE:WINDow:METHod commands to change the eye boundary settings.
Use :MEASure:TBASe:GENeral:METHod to change the definition of the waveform's top/base.
Use the :<waveform>:THReshold:GENeral:METHod command to change the definition of the waveform's threshold.
This measurement can be applied to NRZ eye waveforms but not PAM eye waveforms.
Example Command Sequence
:MEASure:EYE:RTIMe:SOURce ECHannel1 :MEASure:EYE:RTIMe :MEASure:EYE:RTIMe?
Measurement Ready?
To confirm that the measurement is ready to read, you can query the measurement's status:
if ('CORR' in Infiniium.query(':MEASure:EYE:RTIMe:STATus?')):
measurement = Infiniium.query(':MEASure:EYE:RTIMe?')
If averaging is turned on (:ACQuire:SMODe AVERage), you can also confirm if the measurement result is ready by comparing the number of specified averages (:ACQuire:COUNt?) versus the number of measurement sweeps that have occurred (:ACQuire:COUNt?). The technique uses the :COUNt? common measurement query. For example,
if (Infiniium.query(':MEASure:EYE:RTIMe:COUNt?') >= Infiniium.query(':ACQuire:COUNt?')):
measurement = Infiniium.query(':MEASure:EYE:RTIMe?')
You can also use an acquisition limit test to test that a number of waveforms or samples have completed before returning a measurement. Refer to the :LTESt:ACQuire:CTYPe command.
Querying Measurement Results and Statistics
You can query measurement results using the :MEASure:EYE:RTIMe? query after making the proper instance settings.
If a measurement is installed into Results table (using the :MEASure:EYE:RTIMe command) and you have made the proper instance settings, you can query statistics using common child queries.
Also, you can query measurement results and statistics directly from the Results table (without having to make the proper instance settings beforehand). See Querying Measurement Results and Statistics.