Stop
SCPI Command :
MEASurement<*>:GATE:RELative:STOP
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) float[source]
# MEASurement<*>:GATE:RELative:STOP value: float = driver.measurement.gate.relative.stop.get(measurement = repcap.Measurement.Default)
Define the relative start and end values for the gate, respectively.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- Returns:
relative_stop: 0 to 100
- set(relative_stop: float, measurement=Measurement.Default) None[source]
# MEASurement<*>:GATE:RELative:STOP driver.measurement.gate.relative.stop.set(relative_stop = 1.0, measurement = repcap.Measurement.Default)
Define the relative start and end values for the gate, respectively.
- Parameters:
relative_stop – 0 to 100
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)