Soffset
SCPI Command :
[CONFigure]:SIGNaling:NRADio:CELL:CDRX:LDRX:SOFFset
- class SoffsetCls[source]
Soffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CDRX:LDRX:SOFFset value: int = driver.configure.signaling.nradio.cell.cdrx.ldrx.soffset.get(cell_name = 'abc')
Configures the drx-StartOffset, shifting the DRX cycle start.
- param cell_name:
No help available
- return:
start_offset: No help available
- set(cell_name: str, start_offset: int) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CDRX:LDRX:SOFFset driver.configure.signaling.nradio.cell.cdrx.ldrx.soffset.set(cell_name = 'abc', start_offset = 1)
Configures the drx-StartOffset, shifting the DRX cycle start.
- param cell_name:
No help available
- param start_offset:
No help available