Select
SCPI Command :
CONFigure:BURSt:PREamble:SELect
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() ErrorType[source]
# CONFigure:BURSt:PREamble:SELect value: enums.ErrorType = driver.applications.k91Wlan.configure.burst.preamble.select.get()
This remote control command specifies whether frequency or phase results are displayed when the measurement type is set to ‘Error Vs Preamble’ (method
RsFsw.applications.k91Wlan.configure.burst.preamble.immediate.perform()) .- Returns:
err_type: FREQuency | PHASe FREQuency Displays frequency error results for the preamble of the measured PPDUs only PHASe Displays phase error results for the preamble of the measured PPDUs only
- set(err_type: ErrorType) None[source]
# CONFigure:BURSt:PREamble:SELect driver.applications.k91Wlan.configure.burst.preamble.select.set(err_type = enums.ErrorType.FREQuency)
This remote control command specifies whether frequency or phase results are displayed when the measurement type is set to ‘Error Vs Preamble’ (method
RsFsw.applications.k91Wlan.configure.burst.preamble.immediate.perform()) .- Parameters:
err_type – FREQuency | PHASe FREQuency Displays frequency error results for the preamble of the measured PPDUs only PHASe Displays phase error results for the preamble of the measured PPDUs only