All

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:CDRX:WUS:ALL
class AllCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Enable: bool: Enables sending DCI with format 2-6 before each long DRX cycle.

  • Mode: enums.WusMode: Mode for sending wake-up signals. ON to OFF ratio or user-defined.

  • Ratio_On_Off: float: Percentage of long DRX cycles for which the UE is woken up via DCI with format 2-6 containing wake-up indication = 1.

get(cell_name: str) GetStruct[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CDRX:WUS:ALL
value: GetStruct = driver.configure.signaling.nradio.cell.cdrx.wus.all.get(cell_name = 'abc')

Configures connected DRX wake-up signal settings (combination of other commands) .

param cell_name:

No help available

return:

structure: for return value, see the help for GetStruct structure arguments.

set(cell_name: str, enable: bool, mode: WusMode = None, ratio_on_off: float = None) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:CDRX:WUS:ALL
driver.configure.signaling.nradio.cell.cdrx.wus.all.set(cell_name = 'abc', enable = False, mode = enums.WusMode.RATio, ratio_on_off = 1.0)

Configures connected DRX wake-up signal settings (combination of other commands) .

param cell_name:

No help available

param enable:

Enables sending DCI with format 2-6 before each long DRX cycle.

param mode:

Mode for sending wake-up signals. ON to OFF ratio or user-defined.

param ratio_on_off:

Percentage of long DRX cycles for which the UE is woken up via DCI with format 2-6 containing wake-up indication = 1.