State

SCPI Command :

INPut:FILTer:YIG[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# INPut:FILTer:YIG[:STATe]
value: bool = driver.inputPy.filterPy.yig.state.get()

Enables or disables the YIG filter. For details and restrictions, see ‘YIG-Preselector’

Returns:

state: ON | OFF | 0 | 1

set(state: bool) None[source]
# INPut:FILTer:YIG[:STATe]
driver.inputPy.filterPy.yig.state.set(state = False)

Enables or disables the YIG filter. For details and restrictions, see ‘YIG-Preselector’

Parameters:

state – ON | OFF | 0 | 1