User

SCPI Command :

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

Activates the respective user. The current firmware provides one user (one spatial stream) that is active. There are no suffixes to specify more users. An SU PPDU is transmitted.

Returns:

usr_state: 1 | ON | 0| OFF

set_state(usr_state: bool) None[source]
# [SOURce<HW>]:BB:WLAY:PCONfig:UCONfig:USER:STATe
driver.source.bb.wlay.pconfig.uconfig.user.set_state(usr_state = False)

Activates the respective user. The current firmware provides one user (one spatial stream) that is active. There are no suffixes to specify more users. An SU PPDU is transmitted.

Parameters:

usr_state – 1 | ON | 0| OFF