State
SCPI Command :
CONFigure:SIGNal:ERRor:COMPensation:ADRoop[:STATe]
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CONFigure:SIGNal:ERRor:COMPensation:ADRoop[:STATe] value: bool = driver.applications.k18AmplifierEt.configure.signal.error.compensation.adroop.state.get()
- This command turns compensation of the amplitude droop 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.Adroop.State.set) .
- return
state: ON | OFF | 1 | 0
- set(state: bool) None [source]
# SCPI: CONFigure:SIGNal:ERRor:COMPensation:ADRoop[:STATe] driver.applications.k18AmplifierEt.configure.signal.error.compensation.adroop.state.set(state = False)
- This command turns compensation of the amplitude droop 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.Adroop.State.set) .
- param state
ON | OFF | 1 | 0