All

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:DL:ALL
class AllCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Slot: List[int]: Index number of the slot

  • Enable: List[bool]: No parameter help available

  • Number_Rb: List[int]: No parameter help available

  • Start_Rb: List[int]: No parameter help available

  • Mcs: List[int]: No parameter help available

  • Dci_Format: List[enums.DciFormatB]: No parameter help available

  • Mimo: List[enums.Mimo]: No parameter help available

class SetStruct[source]

Structure for setting input parameters. Fields:

  • Cell_Name: str: No parameter help available

  • Slot: List[int]: Index number of the slot

  • Enable: List[bool]: No parameter help available

  • Number_Rb: List[int]: No parameter help available

  • Start_Rb: List[int]: No parameter help available

  • Mcs: List[int]: No parameter help available

  • Dci_Format: List[enums.DciFormatB]: No parameter help available

  • Mimo: List[enums.Mimo]: No parameter help available

get(cell_name: str, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:DL:ALL
value: GetStruct = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.downlink.all.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)

Defines scheduling settings for one or more DL slots, for BWP <bb>. The parameter sequence contains one set of values per slot: <CellName>, {<Slot>, <Enable>, <NumberRB>, <StartRB>, <MCS>, <DCIFormat>, <Mimo>}slot a, {…}slot b, … A query returns all DL slots.

param cell_name:

No help available

param bwParts:

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

return:

structure: for return value, see the help for GetStruct structure arguments.

set(structure: SetStruct, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:UDEFined:SASSignment:DL:ALL
structure = driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.downlink.all.SetStruct()
structure.Cell_Name: str = 'abc'
structure.Slot: List[int] = [1, 2, 3]
structure.Enable: List[bool] = [True, False, True]
structure.Number_Rb: List[int] = [1, 2, 3]
structure.Start_Rb: List[int] = [1, 2, 3]
structure.Mcs: List[int] = [1, 2, 3]
structure.Dci_Format: List[enums.DciFormatB] = [DciFormatB.D10, DciFormatB.D11]
structure.Mimo: List[enums.Mimo] = [Mimo.M22, Mimo.SISO]
driver.configure.signaling.nradio.cell.bwp.ueScheduling.userDefined.sassignment.downlink.all.set(structure, bwParts = repcap.BwParts.Default)

Defines scheduling settings for one or more DL slots, for BWP <bb>. The parameter sequence contains one set of values per slot: <CellName>, {<Slot>, <Enable>, <NumberRB>, <StartRB>, <MCS>, <DCIFormat>, <Mimo>}slot a, {…}slot b, … A query returns all DL slots.

param structure:

for set value, see the help for SetStruct structure arguments.

param bwParts:

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