Ddrx

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:DDRX:ENABle
class Ddrx[source]

Ddrx commands group definition. 5 total commands, 2 Sub-groups, 1 group commands

get_enable()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DDRX:ENABle
value: bool = driver.configure.cell.cpc.ddrx.get_enable()

Defines the settings for the discontinuous reception in the downlink, see ‘Continuous Packet Connectivity (CPC) ‘.

return

enable: OFF | ON enables/disables UE DRX

set_enable(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DDRX:ENABle
driver.configure.cell.cpc.ddrx.set_enable(enable = False)

Defines the settings for the discontinuous reception in the downlink, see ‘Continuous Packet Connectivity (CPC) ‘.

param enable

OFF | ON enables/disables UE DRX

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.cell.cpc.ddrx.clone()

Subgroups