Lldpc

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:HDA:LLDPc:STATe
class LldpcCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDA:LLDPc:STATe
value: bool = driver.source.bb.wlay.pconfig.hda.lldpc.get_state()

Activates long low-density parity-check (LDPC) codewords. If disabled, the firmware uses short LDPC codewords.

return

lpdc: 1| ON| 0| OFF

set_state(lpdc: bool) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDA:LLDPc:STATe
driver.source.bb.wlay.pconfig.hda.lldpc.set_state(lpdc = False)

Activates long low-density parity-check (LDPC) codewords. If disabled, the firmware uses short LDPC codewords.

param lpdc

1| ON| 0| OFF