All
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:SASSignment:UL: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 enables UL CG.
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 PUSCH mapping
Offset: int: Slot offset k2 for the PUSCH
- 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 enables UL CG.
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 PUSCH mapping
Offset: int: Optional setting parameter. Slot offset k2 for the PUSCH
- get(cell_name: str, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:UESCheduling:SPS:SASSignment:UL:ALL value: GetStruct = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.sassignment.uplink.all.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
Configures several settings for UL configured grant (combination of the other …SPS:SASSignment: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:SASSignment:UL:ALL structure = driver.configure.signaling.nradio.cell.bwp.ueScheduling.sps.sassignment.uplink.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.uplink.all.set(structure, bwParts = repcap.BwParts.Default)
Configures several settings for UL configured grant (combination of the other …SPS:SASSignment: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’)