Auto
SCPI Command :
CONFigure:FRSPan:AUTO
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# 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.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Defines the span manually using method
RsFsw.applications.k18AmplifierEt.configure.frSpan.set(). ON | 1 Defines the span automatically according to the calculated OBW of the reference file.
- set(state: bool) None[source]
# 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.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Defines the span manually using method
RsFsw.applications.k18AmplifierEt.configure.frSpan.set(). ON | 1 Defines the span automatically according to the calculated OBW of the reference file.