Stop
SCPI Command :
CALCulate:[POWer]:SWEep:TIME:GATE<CH>:STOP
- class StopCls[source]
Stop commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(gate=Gate.Default) float[source]
# SCPI: CALCulate:[POWer]:SWEep:TIME:GATE<CH>:STOP value: float = driver.calculate.power.sweep.time.gate.stop.get(gate = repcap.Gate.Default)
Sets the start time of the selected gate. Insert value and unit.
- param gate:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)
- return:
stop: float
- set(stop: float, gate=Gate.Default) None[source]
# SCPI: CALCulate:[POWer]:SWEep:TIME:GATE<CH>:STOP driver.calculate.power.sweep.time.gate.stop.set(stop = 1.0, gate = repcap.Gate.Default)
Sets the start time of the selected gate. Insert value and unit.
- param stop:
float
- param gate:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)