:MEASure:OSCilloscope:DELTatime:ENUMber

Meas. mode:
Scope
Package License:
L-RND
L-MFG
Waveform type:
NRZ
PAM4
Flex Apps:
FlexDCA
FlexRT
FlexRT

Command Syntax

:MEASure:OSCilloscope:DELTatime:ENUMber{1:2}  <edge_number>

<edge_number> is an int.

Query Syntax

:MEASure:OSCilloscope:DELTatime: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 :OSCilloscope:DELTatime:EDIRection command. To set the edge threshold, use the :OSCilloscope:DELTatime:ETHReshold 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.

:SYSTem:MODE OSCilloscope
:MEASure:OSCilloscope:DELTatime:SOURce1 CHAN1A
  //  Defines first measurement edge
:MEASure:OSCilloscope:DELTatime:ENUMber1 2
:MEASure:OSCilloscope:DELTatime:EDIRection1 RISing
:MEASure:OSCilloscope:DELTatime:ETHReshold1 MIDDle
  //  Defines second measurement edge
:MEASure:OSCilloscope:DELTatime:SOURce2 WMEMory1
:MEASure:OSCilloscope:DELTatime:ENUMber2 3
:MEASure:OSCilloscope:DELTatime:EDIRection2 FALLing
:MEASure:OSCilloscope:DELTatime:ETHReshold2 MIDDle
  //  Perform measurement
:MEASure:OSCilloscope:DELTatime
:MEASure:OSCilloscope:DELTatime?