All

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:UL:ALL
class AllCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Periodicity: enums.SpsPeriodicity: No parameter help available

  • Mcs_Table: enums.McsTableB: 256QAM, 64QAM low SE, 64QAM

  • Alevel: enums.Level: Aggregation level

  • Search_Space_Id: int: No parameter help available

  • Resource_Allocation_Type: enums.ResourceAllocationType: Type 0, type 1, dynamic switch

  • Rgb_Size: enums.RgbSize: Config 1 or 2

  • No_Harq: int: Signaled ‘nrofHARQ-Processes’

  • Enable_Tp: bool: Signaled ‘transformPrecoder’

  • Timer: int: Signaled ‘configuredGrantTimer’

  • Rep_K: enums.PdcchFormatB: No parameter help available

  • Rep_Kr_V: enums.Spreset: No parameter help available

  • Position: enums.SpsPosition: Signaled ‘dmrs-AdditionalPosition’

class SetStruct[source]

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

  • Cell_Name: str: No parameter help available

  • Periodicity: enums.SpsPeriodicity: No parameter help available

  • Mcs_Table: enums.McsTableB: Optional setting parameter. 256QAM, 64QAM low SE, 64QAM

  • Alevel: enums.Level: Optional setting parameter. Aggregation level

  • Search_Space_Id: int: No parameter help available

  • Resource_Allocation_Type: enums.ResourceAllocationType: Optional setting parameter. Type 0, type 1, dynamic switch

  • Rgb_Size: enums.RgbSize: Optional setting parameter. Config 1 or 2

  • No_Harq: int: Optional setting parameter. Signaled ‘nrofHARQ-Processes’

  • Enable_Tp: bool: Optional setting parameter. Signaled ‘transformPrecoder’

  • Timer: int: Optional setting parameter. Signaled ‘configuredGrantTimer’

  • Rep_K: enums.PdcchFormatB: No parameter help available

  • Rep_Kr_V: enums.Spreset: No parameter help available

  • Position: enums.SpsPosition: Optional setting parameter. Signaled ‘dmrs-AdditionalPosition’

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

Configures several settings for UL configured grant (combination of the other …SPS:UL:… 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:UL:ALL
structure = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.all.SetStruct()
structure.Cell_Name: str = 'abc'
structure.Periodicity: enums.SpsPeriodicity = enums.SpsPeriodicity.S1
structure.Mcs_Table: enums.McsTableB = enums.McsTableB.L64
structure.Alevel: enums.Level = enums.Level.AL1
structure.Search_Space_Id: int = 1
structure.Resource_Allocation_Type: enums.ResourceAllocationType = enums.ResourceAllocationType.DSWich
structure.Rgb_Size: enums.RgbSize = enums.RgbSize.CON1
structure.No_Harq: int = 1
structure.Enable_Tp: bool = False
structure.Timer: int = 1
structure.Rep_K: enums.PdcchFormatB = enums.PdcchFormatB.N1
structure.Rep_Kr_V: enums.Spreset = enums.Spreset.S1
structure.Position: enums.SpsPosition = enums.SpsPosition.POS0
driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.uplink.all.set(structure, bwParts = repcap.BwParts.Default)

Configures several settings for UL configured grant (combination of the other …SPS:UL:… 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’)