All
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:UL:ALL
- class AllCls[source]
All commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Enable: List[bool]: No parameter help available
Number_Rb: List[int]: No parameter help available
Start_Rb: List[int]: No parameter help available
Mcs: List[int]: No parameter help available
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:UL:ALL value: GetStruct = driver.configure.signaling.lte.cell.ueScheduling.userDefined.sassignment.uplink.all.get(cell_name = 'abc')
Defines the scheduled RB allocation and the MCS index for all UL subframes. The parameters are entered 10 times, so that all subframes are configured by a single command (index = subframe number 0 to 9) : <CellName>, <Enable>0, …, <Enable>9, <NumberRB>0, …, <NumberRB>9, <StartRB>0, …, <StartRB>9, <MCS>0, …, <MCS>9
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, enable: List[bool], number_rb: List[int], start_rb: List[int], mcs: List[int]) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:UDEFined:SASSignment:UL:ALL driver.configure.signaling.lte.cell.ueScheduling.userDefined.sassignment.uplink.all.set(cell_name = 'abc', enable = [True, False, True], number_rb = [1, 2, 3], start_rb = [1, 2, 3], mcs = [1, 2, 3])
Defines the scheduled RB allocation and the MCS index for all UL subframes. The parameters are entered 10 times, so that all subframes are configured by a single command (index = subframe number 0 to 9) : <CellName>, <Enable>0, …, <Enable>9, <NumberRB>0, …, <NumberRB>9, <StartRB>0, …, <StartRB>9, <MCS>0, …, <MCS>9
- param cell_name:
No help available
- param enable:
No help available
- param number_rb:
No help available
- param start_rb:
No help available
- param mcs:
No help available