Guard
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:GUARd
- class GuardCls[source]
Guard commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(frameBlock=FrameBlock.Default) RsSmbv.enums.WlannFbGuard [source]
# SCPI: [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.
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
- return
guard: SHORt| LONG| GD08| GD16| GD32
- set(guard: RsSmbv.enums.WlannFbGuard, frameBlock=FrameBlock.Default) None [source]
# SCPI: [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.
- param guard
SHORt| LONG| GD08| GD16| GD32
- param frameBlock
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)