State
SCPI Command :
CALCulate:[POWer]:SWEep:TIME:GATE<CH>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(gate=Gate.Default) bool[source]
# SCPI: CALCulate:[POWer]:SWEep:TIME:GATE<CH>:STATe value: bool = driver.calculate.power.sweep.time.gate.state.get(gate = repcap.Gate.Default)
Activates the gate settings for the selected trace. The measurement is started with command SENS:POW:INIT. Both gates are active at one time.
- param gate:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)
- return:
state: 0| 1| OFF| ON
- set(state: bool, gate=Gate.Default) None[source]
# SCPI: CALCulate:[POWer]:SWEep:TIME:GATE<CH>:STATe driver.calculate.power.sweep.time.gate.state.set(state = False, gate = repcap.Gate.Default)
Activates the gate settings for the selected trace. The measurement is started with command SENS:POW:INIT. Both gates are active at one time.
- param state:
0| 1| OFF| ON
- param gate:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Gate’)