Direction

SCPI Command :

MEASurement<*>:AMPTime:DELay<*>:DIRection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default, measDelay=MeasDelay.Default) EdgeCntDirection[source]
# MEASurement<*>:AMPTime:DELay<*>:DIRection
value: enums.EdgeCntDirection = driver.measurement.ampTime.delay.direction.get(measurement = repcap.Measurement.Default, measDelay = repcap.MeasDelay.Default)

Selects the direction for counting slopes for each source: from the beginning of the waveform, or from the end.

Parameters:
  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

  • measDelay – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Delay’)

Returns:

edge_cnt_dirct: FRFI - FRom FIrst, counting starts with the first edge of the waveform. FRLA - FRom LAst, counting starts with the last edge of the waveform.

set(edge_cnt_dirct: EdgeCntDirection, measurement=Measurement.Default, measDelay=MeasDelay.Default) None[source]
# MEASurement<*>:AMPTime:DELay<*>:DIRection
driver.measurement.ampTime.delay.direction.set(edge_cnt_dirct = enums.EdgeCntDirection.FRFI, measurement = repcap.Measurement.Default, measDelay = repcap.MeasDelay.Default)

Selects the direction for counting slopes for each source: from the beginning of the waveform, or from the end.

Parameters:
  • edge_cnt_dirct – FRFI - FRom FIrst, counting starts with the first edge of the waveform. FRLA - FRom LAst, counting starts with the last edge of the waveform.

  • measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)

  • measDelay – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Delay’)