Downlink
SCPI Command :
[CONFigure]:SIGNaling:NRADio: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 slots.
Modulation: enums.ModulationB: QPSK, 16QAM, 64QAM, 256QAM
Number_Rb: int: No parameter help available
Start_Rb: int: No parameter help available
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:UESCheduling:RMC:DL value: GetStruct = driver.configure.signaling.nradio.cell.ueScheduling.rmc.downlink.get(cell_name = 'abc')
Configures NR 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 is 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:NRADio:CELL:UESCheduling:RMC:DL driver.configure.signaling.nradio.cell.ueScheduling.rmc.downlink.set(cell_name = 'abc', enable = False, modulation = enums.ModulationB.BPSK, number_rb = 1, start_rb = 1)
Configures NR 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 is 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 slots.
- param modulation:
QPSK, 16QAM, 64QAM, 256QAM
- param number_rb:
No help available
- param start_rb:
No help available