TypePy

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:TYPE
class TypePyCls[source]

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

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

The command selects the PPDU type.

param frameBlock

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

return

type_py: DATA| SOUNding| BEACon| TRIGger DATA Only Data Long Training Fields are used to probe the channel. SOUNding Staggered preambles are used to probe additional dimension of the MIMO channel. Only Physical Layer Mode GREEN FIELD is available. BEACon Frame type ‘Beacon’ is used to probe the channel.

set(type_py: RsSmbv.enums.WlannFbType, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:TYPE
driver.source.bb.wlnn.fblock.typePy.set(type_py = enums.WlannFbType.BEACon, frameBlock = repcap.FrameBlock.Default)

The command selects the PPDU type.

param type_py

DATA| SOUNding| BEACon| TRIGger DATA Only Data Long Training Fields are used to probe the channel. SOUNding Staggered preambles are used to probe additional dimension of the MIMO channel. Only Physical Layer Mode GREEN FIELD is available. BEACon Frame type ‘Beacon’ is used to probe the channel.

param frameBlock

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