State

SCPI Command :

[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.k10Xlte.sense.sweep.egate.continuous.state.get()

Activates or deactivates continuous gating. This setting is only available if [SENSe:]SWEep:EGATe is ‘On’. For details see ‘Continuous gating’.

return

arg_0: No help available

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

Activates or deactivates continuous gating. This setting is only available if [SENSe:]SWEep:EGATe is ‘On’. For details see ‘Continuous gating’.

param arg_0

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