State

SCPI Command :

CONFigure[:NR5G]:FELC:STATe
class StateCls[source]

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

get() bool[source]
# SCPI: CONFigure[:NR5G]:FELC:STATe
value: bool = driver.applications.k14Xnr5G.configure.nr5G.felc.state.get()

Turns the frequency error limit check on and off.

return

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# SCPI: CONFigure[:NR5G]:FELC:STATe
driver.applications.k14Xnr5G.configure.nr5G.felc.state.set(state = False)

Turns the frequency error limit check on and off.

param state

ON | OFF | 1 | 0