:MEASure:TDR:VTIMe:TIMe
Command Syntax
:MEASure:TDR:VTIMe:TIMe <seconds>
<seconds> is a double.
Query Syntax
:MEASure:TDR:VTIMe:TIMe?
Description
Specifies the time in seconds at which the TDR/TDT Amplitude-at-Time (:VTIMe
) measurement is made.
Measurement Identification
Avoid subtle programming errors! To ensure that the correct measurement is installed or queried, always explicitly identify a measurement when installing a measurement or querying a measured value, status, or detail. To identify a measurement, specify the measurement's source waveform (:SOURce
child command). With some measurements, you may also need to specify other identifying values. Generally, when selecting a measurement using FlexDCA's GUI, if a dialog appears prompting you to select values, you should explicitly specify these values when remotely identifying the measurement. More information.
For example, to return the status of the measurement, :MEASure:TDR:VTIMe:TIMe
:
flex.write(':MEASure:TDR:VTIMe:TIMe:SOURce CHAN1A') if flex.query(':MEASure:TDR:VTIMe:TIMe:STATus?') == 'CORR'; measurement = flex.query(':MEASure:TDR:VTIMe:TIMe?') else: details = flex.query(':MEASure:TDR:VTIMe:TIMe:STATus:DETails?') reason = flex.query(':MEASure:TDR:VTIMe:TIMe:STATus:REASon?')
Requires FlexDCA revision A.04.00 and above.