Guard

SCPI Command :

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

Selects which guard interval is used for the OFDM guard. In physical mode green field or legacy, only long guard intervals are possible. In this case, the field is read-only. GD08, GD16 and GD32 are available only for the IEEE 802. 11ax standard.

Parameters:

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

Returns:

guard: SHORt | LONG | GD08 | GD16 | GD32

set(guard: WlannFbGuard, frameBlock=FrameBlock.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:GUARd
driver.source.bb.wlnn.fblock.guard.set(guard = enums.WlannFbGuard.GD08, frameBlock = repcap.FrameBlock.Default)

Selects which guard interval is used for the OFDM guard. In physical mode green field or legacy, only long guard intervals are possible. In this case, the field is read-only. GD08, GD16 and GD32 are available only for the IEEE 802. 11ax standard.

Parameters:
  • guard – SHORt | LONG | GD08 | GD16 | GD32

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