WlfRatio
SCPI Command :
CONFigure:FDOMain:WLFRatio
- class WlfRatioCls[source]
WlfRatio commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: CONFigure:FDOMain:WLFRatio value: float = driver.applications.k18AmplifierEt.configure.fdomain.wlfRatio.get()
Defines the window length as a percentage of the FFT length (see method RsFsw.Applications.K18_AmplifierEt.Configure. Fdomain.FftLength.set) .
- return
wlength_ratio: Range: 0.1 to 100, Unit: percent
- set(wlength_ratio: float) None [source]
# SCPI: CONFigure:FDOMain:WLFRatio driver.applications.k18AmplifierEt.configure.fdomain.wlfRatio.set(wlength_ratio = 1.0)
Defines the window length as a percentage of the FFT length (see method RsFsw.Applications.K18_AmplifierEt.Configure. Fdomain.FftLength.set) .
- param wlength_ratio
Range: 0.1 to 100, Unit: percent