Select
SCPI Command :
CONFigure:BURSt:SPECtrum:FLATness:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() MeasurementTypeK91[source]
# 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.k10Xlte.initiate.immediate.perform()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’) .- Returns:
meas_type: FLATness | GRDelay
- set(meas_type: MeasurementTypeK91) None[source]
# 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.k10Xlte.initiate.immediate.perform()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’) .- Parameters:
meas_type – FLATness | GRDelay