State
SCPI Command :
CONFigure:SIGNal:ERRor:COMPensation:SRATe[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CONFigure:SIGNal:ERRor:COMPensation:SRATe[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.signal.error.compensation.symbolRate.state.get()
- This command turns compensation of the sample rate error on and off.
INTRO_CMD_HELP: Prerequisites for this command
Turn on estimation of sample rate (method RsFsw.Applications.K18_AmplifierEt.Configure.Signal.Error.Estimation.SymbolRate.State.set) .
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: CONFigure:SIGNal:ERRor:COMPensation:SRATe[:STATe] driver.applications.k18AmplifierEt.configure.signal.error.compensation.symbolRate.state.set(state = False)
- This command turns compensation of the sample rate error on and off.
INTRO_CMD_HELP: Prerequisites for this command
Turn on estimation of sample rate (method RsFsw.Applications.K18_AmplifierEt.Configure.Signal.Error.Estimation.SymbolRate.State.set) .
- param state
ON | OFF | 1 | 0