TypePy

SCPI Command :

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

Parameters:

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

Returns:

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

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

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