Mimo

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:MIMO
class MimoCls[source]

Mimo commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str, slot: int) MimoB[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:MIMO
value: enums.MimoB = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.uplink.mimo.get(cell_name = 'abc', slot = 1)

Specifies the MIMO scheme for the UL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

return:

mimo: SISO: nx1 M22: nx2

set(cell_name: str, slot: int, mimo: MimoB) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:UL:MIMO
driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.uplink.mimo.set(cell_name = 'abc', slot = 1, mimo = enums.MimoB.M22)

Specifies the MIMO scheme for the UL slot with the index <Slot>, for the initial BWP.

param cell_name:

No help available

param slot:

No help available

param mimo:

SISO: nx1 M22: nx2