User
SCPI Command :
[SOURce<HW>]:BB:WLAY:PCONfig:UCONfig:USER:STATe
- class UserCls[source]
User commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_state() bool [source]
# SCPI: [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.
- return
usr_state: 1| ON| 0| OFF
- set_state(usr_state: bool) None [source]
# SCPI: [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.
- param usr_state
1| ON| 0| OFF