Ecount

SCPI Command :

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

Sets the number of the edge that is relevant for delay measurement for each source.

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_index: Edge number

set(edge_index: int, measurement=Measurement.Default, measDelay=MeasDelay.Default) None[source]
# MEASurement<*>:AMPTime:DELay<*>:ECOunt
driver.measurement.ampTime.delay.ecount.set(edge_index = 1, measurement = repcap.Measurement.Default, measDelay = repcap.MeasDelay.Default)

Sets the number of the edge that is relevant for delay measurement for each source.

Parameters:
  • edge_index – Edge number

  • 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’)