Ctype

SCPI Command :

[SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:CTYPe
class CtypeCls[source]

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

get(frameBlock=FrameBlock.Default) List[str][source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:CTYPe
value: List[str] = driver.source.bb.wlnn.fblock.mac.vhtControl.ctype.get(frameBlock = repcap.FrameBlock.Default)

The command sets the coding information. If the Unsolicited MFB subfield is set to 1, the Coding Type subfield contains the Coding information (set to 0 for BCC and set to 1 for LDPC) to which the unsolicited MFB refers.

param frameBlock

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

return

ctype: integer 0 BCC 1 LDPC

set(ctype: List[str], frameBlock=FrameBlock.Default) None[source]
# SCPI: [SOURce<HW>]:BB:WLNN:FBLock<CH>:MAC:VHTControl:CTYPe
driver.source.bb.wlnn.fblock.mac.vhtControl.ctype.set(ctype = ['rawAbc1', 'rawAbc2', 'rawAbc3'], frameBlock = repcap.FrameBlock.Default)

The command sets the coding information. If the Unsolicited MFB subfield is set to 1, the Coding Type subfield contains the Coding information (set to 0 for BCC and set to 1 for LDPC) to which the unsolicited MFB refers.

param ctype

integer 0 BCC 1 LDPC

param frameBlock

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