Stop

SCPI Command :

MEASurement<*>:EMC:SPEak:WINDow:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(measurement=Measurement.Default) float[source]
# MEASurement<*>:EMC:SPEak:WINDow:STOP
value: float = driver.measurement.emc.speak.window.stop.get(measurement = repcap.Measurement.Default)

Sets the end time of the window for searching for the 2nd peak in a Second peak measurement.

Parameters:

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

Returns:

window_stop: 0 to 100E+24

set(window_stop: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:EMC:SPEak:WINDow:STOP
driver.measurement.emc.speak.window.stop.set(window_stop = 1.0, measurement = repcap.Measurement.Default)

Sets the end time of the window for searching for the 2nd peak in a Second peak measurement.

Parameters:
  • window_stop – 0 to 100E+24

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