FormatPy

SCPI Command :

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

Parameters:

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

Returns:

format_py: LONG | SHORt

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

Parameters:
  • format_py – LONG | SHORt

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