Pmode

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:PMODe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) WlannFbPhyMode[source]
# [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.

Parameters:

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

Returns:

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: WlannFbPhyMode, frameBlock=FrameBlock.Default) None[source]
# [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.

Parameters:
  • 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.

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