All

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS: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: int: Slot for sending the DCI that activates DL SPS.

  • Number_Rb: int: No parameter help available

  • Start_Rb: int: No parameter help available

  • Mcs: int: No parameter help available

  • Start_Symbol: int: No parameter help available

  • Number_Symbol: int: No parameter help available

  • Mapping: enums.Mapping: Type of PDSCH mapping

  • Offset: int: Slot offset k0 for the PDSCH

class SetStruct[source]

Structure for setting input parameters. Contains optional setting parameters. Fields:

  • Cell_Name: str: No parameter help available

  • Slot: int: Optional setting parameter. Slot for sending the DCI that activates DL SPS.

  • Number_Rb: int: No parameter help available

  • Start_Rb: int: No parameter help available

  • Mcs: int: No parameter help available

  • Start_Symbol: int: No parameter help available

  • Number_Symbol: int: No parameter help available

  • Mapping: enums.Mapping: Optional setting parameter. Type of PDSCH mapping

  • Offset: int: Optional setting parameter. Slot offset k0 for the PDSCH

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

Configures several settings for SPS DL scheduling (combination of the other …SPS:SASSignment:DL:… commands) , for BWP <bb>.

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:SPS:SASSignment:DL:ALL
structure = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.sassignment.downlink.all.SetStruct()
structure.Cell_Name: str = 'abc'
structure.Slot: int = 1
structure.Number_Rb: int = 1
structure.Start_Rb: int = 1
structure.Mcs: int = 1
structure.Start_Symbol: int = 1
structure.Number_Symbol: int = 1
structure.Mapping: enums.Mapping = enums.Mapping.A
structure.Offset: int = 1
driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.sassignment.downlink.all.set(structure, bwParts = repcap.BwParts.Default)

Configures several settings for SPS DL scheduling (combination of the other …SPS:SASSignment:DL:… commands) , for BWP <bb>.

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’)