Nuc

SCPI Command :

[SOURce<HW>]:BB:WLAY:PCONfig:HDA:NUC:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get_state() bool[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:HDA:NUC:STATe
value: bool = driver.source.bb.wlay.pconfig.hda.nuc.get_state()

Activates nonuniform constellation (NUC) modulation.

Returns:

nuc: 1 | ON | 0| OFF

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

Activates nonuniform constellation (NUC) modulation.

Parameters:

nuc – 1 | ON | 0| OFF