All
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:DL:ALL
- class AllCls[source]
All commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Periodicity: int: 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: No parameter help available
Rgb_Size: enums.RgbSize: Config 1 or 2
No_Harq: int: Signaled ‘nrofHARQ-Processes’
Mapping: enums.MappingI: Interleaved or non-interleaved virtual RB to physical RB mapping
Padding: enums.SpsPadding: No DL padding or with DL padding
- class SetStruct[source]
Structure for setting input parameters. Contains optional setting parameters. Fields:
Cell_Name: str: No parameter help available
Periodicity: int: 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: No parameter help available
Rgb_Size: enums.RgbSize: Optional setting parameter. Config 1 or 2
No_Harq: int: Optional setting parameter. Signaled ‘nrofHARQ-Processes’
Mapping: enums.MappingI: Optional setting parameter. Interleaved or non-interleaved virtual RB to physical RB mapping
Padding: enums.SpsPadding: Optional setting parameter. No DL padding or with DL padding
- get(cell_name: str, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:DL:ALL value: GetStruct = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.downlink.all.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Configures several settings for SPS DL scheduling (combination of the other …SPS:DL:… commands) , for BWP <bb>.
- param cell_name:
Type 0, type 1, dynamic switch
- 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:DL:ALL structure = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.downlink.all.SetStruct() structure.Cell_Name: str = 'abc' structure.Periodicity: int = 1 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.Mapping: enums.MappingI = enums.MappingI.INT structure.Padding: enums.SpsPadding = enums.SpsPadding.ALLZero driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.downlink.all.set(structure, bwParts = repcap.BwParts.Default)
Configures several settings for SPS DL scheduling (combination of the other …SPS: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’)