Cycle
SCPI Command :
[CONFigure]:SIGNaling:LTE:CELL:CDRX:LDRX: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:LDRX:CYCLe value: int = driver.configure.signaling.lte.cell.cdrx.ldrx.cycle.get(cell_name = 'abc')
Configures the duration of one long 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:LDRX:CYCLe driver.configure.signaling.lte.cell.cdrx.ldrx.cycle.set(cell_name = 'abc', cycle = 1)
Configures the duration of one long 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