Stop

SCPI Command :

POWer:DONRes:GATE<*>:STOP
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(pwrGate=PwrGate.Default) float[source]
# POWer:DONRes:GATE<*>:STOP
value: float = driver.power.donRes.gate.stop.get(pwrGate = repcap.PwrGate.Default)

Set the positions of the cursor lines, which define the measurement gate.

Parameters:

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

set(stop: float, pwrGate=PwrGate.Default) None[source]
# POWer:DONRes:GATE<*>:STOP
driver.power.donRes.gate.stop.set(stop = 1.0, pwrGate = repcap.PwrGate.Default)

Set the positions of the cursor lines, which define the measurement gate.

Parameters:

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