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