Pformat

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:PFORmat
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(frameBlock=FrameBlock.Default) WlannFbPpduFormat[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:PFORmat
value: enums.WlannFbPpduFormat = driver.source.bb.wlnn.fblock.pformat.get(frameBlock = repcap.FrameBlock.Default)

Sets the PPDU format for frames of the WLAN standards IEEE 802.11ax/be/bn.

Parameters:

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

Returns:

ppdu_format: SU | MU | SUEXt | TRIG | ELR SU HE SU (single-user) PPDU format. Carries a single PSDU. The HE Signal A (HE-SIG-A) field is not repeated. MU UHR MU, EHT MU or HE MU (multi-user) PPDU format. Carries multiple PSDUs to one or more users. SUEXt HE SU EXT (single-user extended) PPDU format. Carries a single PSDU. The HE-SIG-A field is repeated. TRIG UHR TRIG, EHT TRIG or HE TRIG PPDU format. Carries a single PSDU that you send as a response to a PPDU that contains a trigger frame. ELR UHR ELR PPDU format.

set(ppdu_format: WlannFbPpduFormat, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:PFORmat
driver.source.bb.wlnn.fblock.pformat.set(ppdu_format = enums.WlannFbPpduFormat.ELR, frameBlock = repcap.FrameBlock.Default)

Sets the PPDU format for frames of the WLAN standards IEEE 802.11ax/be/bn.

Parameters:
  • ppdu_format – SU | MU | SUEXt | TRIG | ELR SU HE SU (single-user) PPDU format. Carries a single PSDU. The HE Signal A (HE-SIG-A) field is not repeated. MU UHR MU, EHT MU or HE MU (multi-user) PPDU format. Carries multiple PSDUs to one or more users. SUEXt HE SU EXT (single-user extended) PPDU format. Carries a single PSDU. The HE-SIG-A field is repeated. TRIG UHR TRIG, EHT TRIG or HE TRIG PPDU format. Carries a single PSDU that you send as a response to a PPDU that contains a trigger frame. ELR UHR ELR PPDU format.

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