Gmonitoring

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:DDRX:GMONitoring:ENABle
CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:DDRX:GMONitoring:ITHReshold
class Gmonitoring[source]

Gmonitoring commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

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

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

return

enable: OFF | ON enables/disables UE monitoring of E-AGCH/E-RGCH when they overlap with the start of a UE DRX HS-SCCH reception

get_ithreshold()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DDRX:GMONitoring:ITHReshold
value: int = driver.configure.cell.cpc.ddrx.gmonitoring.get_ithreshold()

Number of subframes after uplink activity when UE has to monitor E-AGCH/E-RGCH, see ‘Continuous Packet Connectivity (CPC) ‘.

return

threshold: Only the following values are allowed (in E-DCH TTIs) : 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 If you enter another value, the nearest allowed value is set instead. Range: 1 E-DCH TTI to 256 E-DCH TTI

set_enable(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DDRX:GMONitoring:ENABle
driver.configure.cell.cpc.ddrx.gmonitoring.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 monitoring of E-AGCH/E-RGCH when they overlap with the start of a UE DRX HS-SCCH reception

set_ithreshold(threshold: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:DDRX:GMONitoring:ITHReshold
driver.configure.cell.cpc.ddrx.gmonitoring.set_ithreshold(threshold = 1)

Number of subframes after uplink activity when UE has to monitor E-AGCH/E-RGCH, see ‘Continuous Packet Connectivity (CPC) ‘.

param threshold

Only the following values are allowed (in E-DCH TTIs) : 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 If you enter another value, the nearest allowed value is set instead. Range: 1 E-DCH TTI to 256 E-DCH TTI