State

SCPI Commands

INPut<InputIx>:FILTer:YIG:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(inputIx=InputIx.Default) bool[source]
# SCPI: INPut<ip>:FILTer:YIG[:STATe]
value: bool = driver.applications.k30NoiseFigure.inputPy.filterPy.yig.state.get(inputIx = repcap.InputIx.Default)

Enables or disables the YIG filter.

param inputIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)

return

state: ON | OFF | 0 | 1

set(state: bool, inputIx=InputIx.Default) None[source]
# SCPI: INPut<ip>:FILTer:YIG[:STATe]
driver.applications.k30NoiseFigure.inputPy.filterPy.yig.state.set(state = False, inputIx = repcap.InputIx.Default)

Enables or disables the YIG filter.

param state

ON | OFF | 0 | 1

param inputIx

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘InputPy’)