Select

SCPI Command :

CONFigure:BURSt:PREamble:SELect
class SelectCls[source]

Select commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() RsFsw.enums.ErrorType[source]
# SCPI: 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.K91_Wlan.Configure.Burst.Preamble.Immediate.set) .

return

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: RsFsw.enums.ErrorType) None[source]
# SCPI: 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.K91_Wlan.Configure.Burst.Preamble.Immediate.set) .

param 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