Offset
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:RESource:OFFSet
- class OffsetCls[source]
Offset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:RESource:OFFSet value: int = driver.configure.signaling.nradio.cell.cqiReporting.resource.offset.get(cell_name = 'abc')
Configures the offset value of ‘periodicityAndOffset’ in IE ‘NZP-CSI-RS-Resource’. The offset must be less than the periodicity, see method RsCMX_Signaling.Sense.Signaling.Nradio.Cell.CqiReporting.Resource.Periodicity.get_.
- param cell_name:
No help available
- return:
offset: No help available
- set(cell_name: str, offset: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CQIReporting:RESource:OFFSet driver.configure.signaling.nradio.cell.cqiReporting.resource.offset.set(cell_name = 'abc', offset = 1)
Configures the offset value of ‘periodicityAndOffset’ in IE ‘NZP-CSI-RS-Resource’. The offset must be less than the periodicity, see method RsCMX_Signaling.Sense.Signaling.Nradio.Cell.CqiReporting.Resource.Periodicity.get_.
- param cell_name:
No help available
- param offset:
No help available