FormatPy

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:PLCP:FORMat
class FormatPyCls[source]

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

get(frameBlock=FrameBlock.Default) RsSmw.enums.CckFormat[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PLCP:FORMat
value: enums.CckFormat = driver.source.bb.wlnn.fblock.plcp.formatPy.get(frameBlock = repcap.FrameBlock.Default)

(available only for CCK and PBCC transport modes) Selects the packet type (PPDU format) with long or short PLCP (physical layer convergence protocol) . Depending on the format selected, the structure, modulation and data rate of the PLCP preamble and header are modified.

param frameBlock

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

return

format_py: LONG| SHORt

set(format_py: RsSmw.enums.CckFormat, frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:PLCP:FORMat
driver.source.bb.wlnn.fblock.plcp.formatPy.set(format_py = enums.CckFormat.LONG, frameBlock = repcap.FrameBlock.Default)

(available only for CCK and PBCC transport modes) Selects the packet type (PPDU format) with long or short PLCP (physical layer convergence protocol) . Depending on the format selected, the structure, modulation and data rate of the PLCP preamble and header are modified.

param format_py

LONG| SHORt

param frameBlock

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