Pmode

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:PMODe
class PmodeCls[source]

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

get(frameBlock=FrameBlock.Default) RsSmbv.enums.WlannFbPhyMode[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PMODe
value: enums.WlannFbPhyMode = driver.source.bb.wlnn.fblock.pmode.get(frameBlock = repcap.FrameBlock.Default)

Selects the preamble design. For physical type SOUNDING, only GREEN FIELD is available.

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)

return

pmode: LEGacy| MIXed| GFIeld LEGacy Compatible with 802.11 a/g OFDM devices. MIXed For High Throughput (HT) and 802.11a/g OFDM devices. GFIeld For HT only networks.

set(pmode: RsSmbv.enums.WlannFbPhyMode, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PMODe
driver.source.bb.wlnn.fblock.pmode.set(pmode = enums.WlannFbPhyMode.GFIeld, frameBlock = repcap.FrameBlock.Default)

Selects the preamble design. For physical type SOUNDING, only GREEN FIELD is available.

param pmode

LEGacy| MIXed| GFIeld LEGacy Compatible with 802.11 a/g OFDM devices. MIXed For High Throughput (HT) and 802.11a/g OFDM devices. GFIeld For HT only networks.

param frameBlock

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)