AaScheduler

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:CDRX:AASCheduler
class AaSchedulerCls[source]

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

get(cell_name: str) bool[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CDRX:AASCheduler
value: bool = driver.configure.signaling.nradio.cell.cdrx.aaScheduler.get(cell_name = 'abc')

Enables or disables automatic scheduling to ensure gaps for DRX opportunities. If connected DRX is disabled, this setting is ignored (implicit OFF) . Enable connected DRX via [CONFigure:]SIGNaling:NRADio:CELL:CDRX:ENABle.

param cell_name:

No help available

return:

enable: - ON: The scheduler allocates DL resources only if there is DL data. Without queued DL data, no DL resources are allocated and there is an opportunity for DRX. In the UL direction, the scheduler allocates resources only upon request by the UE. - OFF: The configured scheduling applies.

set(cell_name: str, enable: bool) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CDRX:AASCheduler
driver.configure.signaling.nradio.cell.cdrx.aaScheduler.set(cell_name = 'abc', enable = False)

Enables or disables automatic scheduling to ensure gaps for DRX opportunities. If connected DRX is disabled, this setting is ignored (implicit OFF) . Enable connected DRX via [CONFigure:]SIGNaling:NRADio:CELL:CDRX:ENABle.

param cell_name:

No help available

param enable:
  • ON: The scheduler allocates DL resources only if there is DL data. Without queued DL data, no DL resources are allocated and there is an opportunity for DRX. In the UL direction, the scheduler allocates resources only upon request by the UE.

  • OFF: The configured scheduling applies.