State
SCPI Commands
SENSe:SWEep:EGATe:CONTinuous:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool[source]
# SCPI: [SENSe]:SWEep:EGATe:CONTinuous[:STATe] value: bool = driver.applications.k30NoiseFigure.sense.sweep.egate.continuous.state.get()
Activates or deactivates continuous gating. This setting is only available if [SENSe:]SWEep:EGATe is ‘On’.
- return
state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on
- set(state: bool) None[source]
# SCPI: [SENSe]:SWEep:EGATe:CONTinuous[:STATe] driver.applications.k30NoiseFigure.sense.sweep.egate.continuous.state.set(state = False)
Activates or deactivates continuous gating. This setting is only available if [SENSe:]SWEep:EGATe is ‘On’.
- param state
ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on