Downlink
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:UESCheduling:RMC:DL
- class DownlinkCls[source]
Downlink commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Enable: bool: Enables or disables scheduling for all DL subframes.
Modulation: enums.ModulationB: No parameter help available
Number_Rb: int: No parameter help available
Start_Rb: int: No parameter help available
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:RMC:DL value: GetStruct = driver.configure.signaling.lte.cell.ueScheduling.rmc.downlink.get(cell_name = 'abc')
Configures LTE cell settings to values compliant with a DL RMC definition. A setting command accepts only certain value combinations. Use the RMC wizard in the GUI to get allowed value combinations. A query returns the set of values that are presented by the RMC wizard. These values can differ from currently applied values. Omit optional parameters only if you do not care which value you get (just any RMC-compliant value) .
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(cell_name: str, enable: bool, modulation: ModulationB = None, number_rb: int = None, start_rb: int = None) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:UESCheduling:RMC:DL driver.configure.signaling.lte.cell.ueScheduling.rmc.downlink.set(cell_name = 'abc', enable = False, modulation = enums.ModulationB.BPSK, number_rb = 1, start_rb = 1)
Configures LTE cell settings to values compliant with a DL RMC definition. A setting command accepts only certain value combinations. Use the RMC wizard in the GUI to get allowed value combinations. A query returns the set of values that are presented by the RMC wizard. These values can differ from currently applied values. Omit optional parameters only if you do not care which value you get (just any RMC-compliant value) .
- param cell_name:
No help available
- param enable:
Enables or disables scheduling for all DL subframes.
- param modulation:
No help available
- param number_rb:
No help available
- param start_rb:
No help available