Select
SCPI Command :
CONFigure:BURSt:SPECtrum:FLATness:SELect
- class SelectCls[source]
Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() RsFsw.enums.MeasurementTypeK91 [source]
# SCPI: CONFigure:BURSt:SPECtrum:FLATness:SELect value: enums.MeasurementTypeK91 = driver.applications.k91Wlan.configure.burst.spectrum.flatness.select.get()
This remote control command configures result display type of window 2 to be either ‘Spectrum Flatness’ or ‘Group Delay’. Results are only displayed after a measurement is executed, e.g. using the method RsFsw.Applications.K10x_Lte.Initiate. Immediate.set command. Note that the CONF:BURS:<ResultType>:IMM commands change the screen layout to display the ‘Magnitude Capture’ buffer in window 1 at the top of the screen and the selected result type in window 2 below that. Any other active windows are closed. Use the LAYout commands to change the display (see ‘Working with windows in the display’) .
- return
meas_type: FLATness | GRDelay
- set(meas_type: RsFsw.enums.MeasurementTypeK91) None [source]
# SCPI: CONFigure:BURSt:SPECtrum:FLATness:SELect driver.applications.k91Wlan.configure.burst.spectrum.flatness.select.set(meas_type = enums.MeasurementTypeK91.FLATness)
This remote control command configures result display type of window 2 to be either ‘Spectrum Flatness’ or ‘Group Delay’. Results are only displayed after a measurement is executed, e.g. using the method RsFsw.Applications.K10x_Lte.Initiate. Immediate.set command. Note that the CONF:BURS:<ResultType>:IMM commands change the screen layout to display the ‘Magnitude Capture’ buffer in window 1 at the top of the screen and the selected result type in window 2 below that. Any other active windows are closed. Use the LAYout commands to change the display (see ‘Working with windows in the display’) .
- param meas_type
FLATness | GRDelay