Cycle

SCPI Command :

[CONFigure]:SIGNaling:LTE:CELL:CDRX:SDRX:CYCLe
class CycleCls[source]

Cycle commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(cell_name: str) int[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:CDRX:SDRX:CYCLe
value: int = driver.configure.signaling.lte.cell.cdrx.sdrx.cycle.get(cell_name = 'abc')

Configures the duration of one short DRX cycle. The long DRX cycle duration must be divisible by the short DRX cycle duration.

param cell_name:

No help available

return:

cycle: No help available

set(cell_name: str, cycle: int) None[source]
# SCPI: [CONFigure]:SIGNaling:LTE:CELL:CDRX:SDRX:CYCLe
driver.configure.signaling.lte.cell.cdrx.sdrx.cycle.set(cell_name = 'abc', cycle = 1)

Configures the duration of one short DRX cycle. The long DRX cycle duration must be divisible by the short DRX cycle duration.

param cell_name:

No help available

param cycle:

No help available