:MEASure:HORizontal:DTIMe:ENUMber{1:2}

Command Syntax

:MEASure:HORizontal:DTIMe:ENUMber{1:2}  <edge_number>

<edge_number> is an int.

Query Syntax

:MEASure:HORizontal:DTIMe:ENUMber?

Description

For the delta time (time delay) measurement, specifies the waveform's edge number to be used to identify the first or second measurement edge. To set the edge direction, use the :MEASure:HORizontal:DTIMe:EDIRection{1:2} command. To set the edge threshold, use the :MEASure:HORizontal:DTIMe:ETHReshold{1:2} command.

Example Command Sequence

This sequence defines the first measurement edge's number, direction, and threshold followed by the second measurement edge's number, direction, and threshold. The delta time measurement is then started and the measurement result returned.

:MEASure:HORizontal:DTIMe:SOURce1 CHAN1_1
  //  Defines first measurement edge
:MEASure:HORizontal:DTIMe:ENUMber1 2
:MEASure:HORizontal:DTIMe:EDIRection1 RISing
:MEASure:HORizontal:DTIMe:ETHReshold1 MIDDle
  //  Defines second measurement edge
:MEASure:HORizontal:DTIMe:SOURce2 WMEMory1
:MEASure:HORizontal:DTIMe:ENUMber2 3
:MEASure:HORizontal:DTIMe:EDIRection2 FALLing
:MEASure:HORizontal:DTIMe:ETHReshold2 MIDDle
  //  Perform measurement
:MEASure:HORizontal:DTIMe
:MEASure:HORizontal:DTIMe?