Sic

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:HDB:SIC:STATe
class SicCls[source]

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

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDB:SIC:STATe
value: bool = driver.source.bb.wlay.pconfig.hdb.sic.get_state()

If activated, applies superimposed code with LDPC codewords.

return

superimposed_cod: 1| ON| 0| OFF

set_state(superimposed_cod: bool) None[source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDB:SIC:STATe
driver.source.bb.wlay.pconfig.hdb.sic.set_state(superimposed_cod = False)

If activated, applies superimposed code with LDPC codewords.

param superimposed_cod

1| ON| 0| OFF