Combined
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>: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: No parameter help available
Periodicity: enums.PeriodicityCqiReport: No parameter help available
Offset: int: No parameter help available
Ports: enums.Ports: No parameter help available
Symbol: int: No parameter help available
Power: enums.RsrcPower: No parameter help available
Report_Offset: int: No parameter help available
Report_Cqi: enums.ReportCqi: No parameter help available
Report_Pmi: enums.ReportCqi: No parameter help available
- class SetStruct[source]
Structure for setting input parameters. Contains optional setting parameters. Fields:
Cell_Name: str: No parameter help available
Enable: enums.EnableCqi: No parameter help available
Periodicity: enums.PeriodicityCqiReport: No parameter help available
Offset: int: No parameter help available
Ports: enums.Ports: No parameter help available
Symbol: int: No parameter help available
Power: enums.RsrcPower: No parameter help available
Report_Offset: int: No parameter help available
Report_Cqi: enums.ReportCqi: No parameter help available
Report_Pmi: enums.ReportCqi: No parameter help available
- get(cell_name: str, bwParts=BwParts.Default) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:COMBined value: GetStruct = driver.configure.signaling.nradio.cell.bwp.cqiReporting.combined.get(cell_name = 'abc', bwParts = repcap.BwParts.Default)
No command help available
- param cell_name:
No help available
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)
- return:
structure: for return value, see the help for GetStruct structure arguments.
- set(structure: SetStruct, bwParts=BwParts.Default) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:BWP<bwp_id>:CQIReporting:COMBined structure = driver.configure.signaling.nradio.cell.bwp.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.bwp.cqiReporting.combined.set(structure, bwParts = repcap.BwParts.Default)
No command help available
- param structure:
for set value, see the help for SetStruct structure arguments.
- param bwParts:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bwp’)