State

SCPI Command :

CONFigure[:NR5G]:FELC:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure[:NR5G]:FELC:STATe
value: bool = driver.applications.k14Xnr5G.configure.nr5G.felc.state.get()

Turns the frequency error limit check on and off.

Returns:

state: ON | OFF | 1 | 0

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

Turns the frequency error limit check on and off.

Parameters:

state – ON | OFF | 1 | 0