Direction

SCPI Command :

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

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

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

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

set(edge_cnt_dirct: EdgeCntDirct, measIndex=MeasIndex.Default, delay=Delay.Default) None[source]
# MEASurement<*>:AMPTime:DELay<*>:DIRection
driver.measurement.ampTime.delay.direction.set(edge_cnt_dirct = enums.EdgeCntDirct.FRFI, measIndex = repcap.MeasIndex.Default, delay = repcap.Delay.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.

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

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