Combined
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:COMBined
- class CombinedCls[source]
Combined commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class GetStruct[source]
Response structure. Fields:
Enable: enums.EnableCqi: Selects the CSI reporting type. OFF: no reporting PERiodic: periodic CSI reporting APERiodic: aperiodic CSI reporting SPERsistant: semi-persistent CSI reporting
Periodicity: enums.PeriodicityCqiReport: Global periodicity for CSI reporting and CSI-RS resources, in slots.
Offset: int: Offset value of ‘periodicityAndOffset’ in IE ‘NZP-CSI-RS-Resource’. The offset must be less than the periodicity.
Ports: enums.Ports: The number of CSI-RS ports that is signaled as ‘nrofPorts’ in IE ‘CSI-RS-ResourceMapping’.
Symbol: int: The first OFDM symbol in the RB used for CSI-RS.
Power: enums.RsrcPower: Power offset of NZP CSI-RS RE to SSS RE. -9 dB, -6 dB, -3 dB, 0 dB, +3 dB, +6 dB
Report_Offset: int: Offset value of ‘reportSlotConfig’. The offset must be less than the periodicity.
Report_Cqi: enums.ReportCqi: ‘cqi-FormatIndicator’ signaled to the UE. OFF: no CQI reporting WB: wideband CQI reporting SB: subband CQI reporting
Report_Pmi: enums.ReportCqi: ‘pmi-FormatIndicator’ signaled to the UE. OFF: no PMI reporting WB: wideband PMI reporting SB: subband PMI reporting
- class SetStruct[source]
Structure for setting input parameters. Contains optional setting parameters. Fields:
Cell_Name: str: No parameter help available
Enable: enums.EnableCqi: Optional setting parameter. Selects the CSI reporting type. OFF: no reporting PERiodic: periodic CSI reporting APERiodic: aperiodic CSI reporting SPERsistant: semi-persistent CSI reporting
Periodicity: enums.PeriodicityCqiReport: Optional setting parameter. Global periodicity for CSI reporting and CSI-RS resources, in slots.
Offset: int: Optional setting parameter. Offset value of ‘periodicityAndOffset’ in IE ‘NZP-CSI-RS-Resource’. The offset must be less than the periodicity.
Ports: enums.Ports: Optional setting parameter. The number of CSI-RS ports that is signaled as ‘nrofPorts’ in IE ‘CSI-RS-ResourceMapping’.
Symbol: int: Optional setting parameter. The first OFDM symbol in the RB used for CSI-RS.
Power: enums.RsrcPower: Optional setting parameter. Power offset of NZP CSI-RS RE to SSS RE. -9 dB, -6 dB, -3 dB, 0 dB, +3 dB, +6 dB
Report_Offset: int: Optional setting parameter. Offset value of ‘reportSlotConfig’. The offset must be less than the periodicity.
Report_Cqi: enums.ReportCqi: Optional setting parameter. ‘cqi-FormatIndicator’ signaled to the UE. OFF: no CQI reporting WB: wideband CQI reporting SB: subband CQI reporting
Report_Pmi: enums.ReportCqi: Optional setting parameter. ‘pmi-FormatIndicator’ signaled to the UE. OFF: no PMI reporting WB: wideband PMI reporting SB: subband PMI reporting
- get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:COMBined value: GetStruct = driver.configure.signaling.nradio.cell.cqiReporting.combined.get(cell_name = 'abc')
Configures several CQI reporting settings simultaneously.
- param cell_name:
No help available
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(structure: SetStruct) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:COMBined structure = driver.configure.signaling.nradio.cell.cqiReporting.combined.SetStruct() structure.Cell_Name: str = 'abc' structure.Enable: enums.EnableCqi = enums.EnableCqi.APERiodic structure.Periodicity: enums.PeriodicityCqiReport = enums.PeriodicityCqiReport.P10 structure.Offset: int = 1 structure.Ports: enums.Ports = enums.Ports.P1 structure.Symbol: int = 1 structure.Power: enums.RsrcPower = enums.RsrcPower.M3DB structure.Report_Offset: int = 1 structure.Report_Cqi: enums.ReportCqi = enums.ReportCqi.OFF structure.Report_Pmi: enums.ReportCqi = enums.ReportCqi.OFF driver.configure.signaling.nradio.cell.cqiReporting.combined.set(structure)
Configures several CQI reporting settings simultaneously.
- param structure:
for set value, see the help for SetStruct structure arguments.