State

SCPI Command :

CONFigure:SIGNal:ERRor:COMPensation:FERRor[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# CONFigure:SIGNal:ERRor:COMPensation:FERRor[:STATe]
value: bool = driver.applications.k18AmplifierEt.configure.signal.error.compensation.freqError.state.get()

This command turns compensation of the frequency error on and off. Prerequisites for this command

  • Turn on estimation of sample rate (method RsFsw.applications.k18AmplifierEt.configure.signal.error.estimation.freqError.state.set() ) .

Returns:

state: ON | OFF | 1 | 0

set(state: bool) None[source]
# CONFigure:SIGNal:ERRor:COMPensation:FERRor[:STATe]
driver.applications.k18AmplifierEt.configure.signal.error.compensation.freqError.state.set(state = False)

This command turns compensation of the frequency error on and off. Prerequisites for this command

  • Turn on estimation of sample rate (method RsFsw.applications.k18AmplifierEt.configure.signal.error.estimation.freqError.state.set() ) .

Parameters:

state – ON | OFF | 1 | 0