Mimo
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:MIMO
- class MimoCls[source]
Mimo commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str, slot: int) Mimo[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:MIMO value: enums.Mimo = driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.downlink.mimo.get(cell_name = 'abc', slot = 1)
Specifies the MIMO scheme for the DL slot with the index <Slot>, for the initial BWP.
- param cell_name:
No help available
- param slot:
No help available
- return:
mimo: SISO: 1xN M22: 2xN M33: 3xN M44: 4xN
- set(cell_name: str, slot: int, mimo: Mimo) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:UDEFined:SASSignment:DL:MIMO driver.configure.signaling.nradio.cell.ueScheduling.userDefined.sassignment.downlink.mimo.set(cell_name = 'abc', slot = 1, mimo = enums.Mimo.M22)
Specifies the MIMO scheme for the DL slot with the index <Slot>, for the initial BWP.
- param cell_name:
No help available
- param slot:
No help available
- param mimo:
SISO: 1xN M22: 2xN M33: 3xN M44: 4xN