Auto
SCPI Command :
CONFigure:FRSPan:AUTO
- class AutoCls[source]
Auto commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: CONFigure:FRSPan:AUTO value: bool = driver.applications.k18AmplifierEt.configure.frSpan.auto.get()
Defines how the span is determined that the frequency response is applied to for FSW-K18F result displays.
- return
state: ON | OFF | 0 | 1 OFF | 0 Defines the span manually using method RsFsw.Applications.K18_AmplifierEt.Configure.FrSpan.set. ON | 1 Defines the span automatically according to the calculated OBW of the reference file.
- set(state: bool) None [source]
# SCPI: CONFigure:FRSPan:AUTO driver.applications.k18AmplifierEt.configure.frSpan.auto.set(state = False)
Defines how the span is determined that the frequency response is applied to for FSW-K18F result displays.
- param state
ON | OFF | 0 | 1 OFF | 0 Defines the span manually using method RsFsw.Applications.K18_AmplifierEt.Configure.FrSpan.set. ON | 1 Defines the span automatically according to the calculated OBW of the reference file.