All
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL: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) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:DL:ALL value: GetStruct = driver.configure.signaling.nradio.cell.ueScheduling.sps.sassignment.downlink.all.get(cell_name = 'abc')
Configures several settings for SPS DL scheduling (combination of the other …SPS:SASSignment:DL:… commands) , for the initial BWP.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(structure: SetStruct) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:SPS:SASSignment:DL:ALL structure = driver.configure.signaling.nradio.cell.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.ueScheduling.sps.sassignment.downlink.all.set(structure)
Configures several settings for SPS DL scheduling (combination of the other …SPS:SASSignment:DL:… commands) , for the initial BWP.
- param structure:
for set value, see the help for SetStruct structure arguments.