Cselect

SCPI Command :

CONFigure:BURSt:SPECtrum:FLATness:CSELect
class CselectCls[source]

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

get() RsFsw.enums.ChannelTypeResults[source]
# SCPI: CONFigure:BURSt:SPECtrum:FLATness:CSELect
value: enums.ChannelTypeResults = driver.applications.k91Wlan.configure.burst.spectrum.flatness.cselect.get()

This remote control command configures the ‘Spectrum Flatness’ and ‘Group Delay’ results to be based on either effective or physical channels. This command is only valid for IEEE 802.11n and IEEE 802.11ac standards. While the physical channels cannot always be determined, the effective channel can always be estimated from the known training fields. Thus, for some PPDUs or measurement scenarios, only the results based on the mapping of the space-time stream to the Rx antenna (effective channel) are available, as the mapping of the Rx antennas to the Tx antennas (physical channel) could not be determined. For more information see ‘Physical vs effective channels’.

return

channel_type: EFFective | PHYSical

set(channel_type: RsFsw.enums.ChannelTypeResults) None[source]
# SCPI: CONFigure:BURSt:SPECtrum:FLATness:CSELect
driver.applications.k91Wlan.configure.burst.spectrum.flatness.cselect.set(channel_type = enums.ChannelTypeResults.EFFective)

This remote control command configures the ‘Spectrum Flatness’ and ‘Group Delay’ results to be based on either effective or physical channels. This command is only valid for IEEE 802.11n and IEEE 802.11ac standards. While the physical channels cannot always be determined, the effective channel can always be estimated from the known training fields. Thus, for some PPDUs or measurement scenarios, only the results based on the mapping of the space-time stream to the Rx antenna (effective channel) are available, as the mapping of the Rx antennas to the Tx antennas (physical channel) could not be determined. For more information see ‘Physical vs effective channels’.

param channel_type

EFFective | PHYSical