Sic

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:HDB:SIC:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [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.

Returns:

superimposed_cod: 1 | ON | 0| OFF

set_state(superimposed_cod: bool) None[source]
# [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.

Parameters:

superimposed_cod – 1 | ON | 0| OFF