Mimo

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>: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, bwParts=BwParts.Default) MimoB[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:UL:MIMO
value: enums.MimoB = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.uplink.mimo.get(cell_name = 'abc', slot = 1, bwParts = repcap.BwParts.Default)

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

param cell_name:

No help available

param slot:

No help available

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)

return:

mimo: SISO: nx1 M22: nx2

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

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

param cell_name:

No help available

param slot:

No help available

param mimo:

SISO: nx1 M22: nx2

param bwParts:

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)