Start
SCPI Command :
CALCulate:[POWer]:SWEep:TIME:GATE<CH>:STARt
- class StartCls[source]
Start commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(gate=Gate.Default) float[source]
# SCPI: CALCulate:[POWer]:SWEep:TIME:GATE<CH>:STARt value: float = driver.calculate.power.sweep.time.gate.start.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:
start: No help available
- set(start: float, gate=Gate.Default) None[source]
# SCPI: CALCulate:[POWer]:SWEep:TIME:GATE<CH>:STARt driver.calculate.power.sweep.time.gate.start.set(start = 1.0, gate = repcap.Gate.Default)
Sets the start time of the selected gate. Insert value and unit.
- param start:
float
- param gate:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)