All
SCPI Command :
[CONFigure]:SIGNaling:LTE: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:
Sf_Interval: int: Subframe periodicity
Number_Rb: int: No parameter help available
Start_Rb: int: No parameter help available
Mcs: int: No parameter help available
Tbs_Bits: int: No parameter help available
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SPS:SASSignment:DL:ALL value: GetStruct = driver.configure.signaling.lte.cell.ueScheduling.sps.sassignment.downlink.all.get(cell_name = 'abc')
Configures all settings for SPS DL scheduling. A query returns the sequence <SFInterval>, <NumberRB>, <StartRB>, <MCS>, <TBSBits>.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, sf_interval: int = None, number_rb: int = None, start_rb: int = None, mcs: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:SPS:SASSignment:DL:ALL driver.configure.signaling.lte.cell.ueScheduling.sps.sassignment.downlink.all.set(cell_name = 'abc', sf_interval = 1, number_rb = 1, start_rb = 1, mcs = 1)
Configures all settings for SPS DL scheduling. A query returns the sequence <SFInterval>, <NumberRB>, <StartRB>, <MCS>, <TBSBits>.
- param cell_name:
No help available
- param sf_interval:
Subframe periodicity
- param number_rb:
No help available
- param start_rb:
No help available
- param mcs:
No help available