State
SCPI Command :
INPut:FILTer:YIG[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: 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’
- return
state: ON | OFF | 0 | 1
- set(state: bool) None [source]
# SCPI: 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’
- param state
ON | OFF | 0 | 1