Mu
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:HDA:MU:STATe
- class MuCls[source]
Mu commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDA:MU:STATe value: bool = driver.source.bb.wlay.pconfig.hda.mu.get_state()
Queries the multi-user (MU) format state that is off.
- return:
mu_state: 1| ON| 0| OFF
- set_state(mu_state: bool) None [source]
# SCPI: [SOURce<HW>]:BB:WLAY:PCONfig:HDA:MU:STATe driver.source.bb.wlay.pconfig.hda.mu.set_state(mu_state = False)
Queries the multi-user (MU) format state that is off.
- param mu_state:
1| ON| 0| OFF