Lldpc
SCPI Command :
[SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:LLDPc
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(frameBlock=FrameBlock.Default, userIx=UserIx.Default) bool[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:LLDPc value: bool = driver.source.bb.wlnn.fblock.user.lldpc.get(frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Enables long LDPC nominal codewords with a length of 3888 bits. If enabled, the 2xLDPC subfield has the value 1. This subfield is part of a trigger frame or in the User field of UHR-SIG field. If disabled, the 2xLDPC subfield has the value 0. The nominal LDPC codeword has a length of 648 bits, 1296 bits or 1944 bits.
- Parameters:
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)
- Returns:
long_ldpc: 1 | ON | 0| OFF
- set(long_ldpc: bool, frameBlock=FrameBlock.Default, userIx=UserIx.Default) None[source]
# [SOURce<HW>]:BB:WLNN:FBLock<CH>:USER<DI>:LLDPc driver.source.bb.wlnn.fblock.user.lldpc.set(long_ldpc = False, frameBlock = repcap.FrameBlock.Default, userIx = repcap.UserIx.Default)
Enables long LDPC nominal codewords with a length of 3888 bits. If enabled, the 2xLDPC subfield has the value 1. This subfield is part of a trigger frame or in the User field of UHR-SIG field. If disabled, the 2xLDPC subfield has the value 0. The nominal LDPC codeword has a length of 648 bits, 1296 bits or 1944 bits.
- Parameters:
long_ldpc – 1 | ON | 0| OFF
frameBlock – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Fblock’)
userIx – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘User’)