State

SCPI Command :

[SENSe]:SWEep:EGATe:CONTinuous[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:SWEep:EGATe:CONTinuous[:STATe]
value: bool = driver.applications.k14Xnr5G.sense.sweep.egate.continuous.state.get()

Activates or deactivates continuous gating. This setting is only available if method RsFsw.sense.sweep.egate.set() is ‘On’. For details see ‘Continuous gating’.

set(arg_0: bool) None[source]
# [SENSe]:SWEep:EGATe:CONTinuous[:STATe]
driver.applications.k14Xnr5G.sense.sweep.egate.continuous.state.set(arg_0 = False)

Activates or deactivates continuous gating. This setting is only available if method RsFsw.sense.sweep.egate.set() is ‘On’. For details see ‘Continuous gating’.

Parameters:

arg_0 – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on