Mu

SCPI Command :

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

Returns:

mu_state: 1 | ON | 0| OFF

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

Parameters:

mu_state – 1 | ON | 0| OFF