Soffset

SCPI Command :

[CONFigure]:SIGNaling:LTE: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:LTE:CELL:CDRX:LDRX:SOFFset
value: int = driver.configure.signaling.lte.cell.cdrx.ldrx.soffset.get(cell_name = 'abc')

Configures the drxStartOffset, 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:LTE:CELL:CDRX:LDRX:SOFFset
driver.configure.signaling.lte.cell.cdrx.ldrx.soffset.set(cell_name = 'abc', start_offset = 1)

Configures the drxStartOffset, shifting the DRX cycle start.

param cell_name:

No help available

param start_offset:

No help available