Nuc
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:HDA:NUC:STATe
- class NucCls[source]
Nuc commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDA:NUC:STATe value: bool = driver.source.bb.wlay.pconfig.hda.nuc.get_state()
Activates nonuniform constellation (NUC) modulation.
- return:
nuc: 1| ON| 0| OFF
- set_state(nuc: bool) None [source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDA:NUC:STATe driver.source.bb.wlay.pconfig.hda.nuc.set_state(nuc = False)
Activates nonuniform constellation (NUC) modulation.
- param nuc:
1| ON| 0| OFF