Mimo

SCPI Command :

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

Queries if the current user uses multi-user (MU) MIMO. All MU-MIMO users share one resource unit (RU) using different space time streams.

Returns:

mimo_state: 1 | ON | 0| OFF

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

Queries if the current user uses multi-user (MU) MIMO. All MU-MIMO users share one resource unit (RU) using different space time streams.

Parameters:

mimo_state – 1 | ON | 0| OFF