Ithreshold

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:UDTX:CYCLe<Cycle>:ITHReshold
class Ithreshold[source]

Ithreshold commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get(cycle=<Cycle.Default: -1>)int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:UDTX:CYCLe<nr>:ITHReshold
value: int = driver.configure.cell.cpc.udtx.cycle.ithreshold.get(cycle = repcap.Cycle.Default)

Defines when to activate the UE DTX cycle 2 after the last uplink data transmission, see ‘Continuous Packet Connectivity (CPC) ‘.

param cycle

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cycle’)

return

threshold: Only the following values are allowed (in E-DCH TTI) : 1 | 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(threshold: int, cycle=<Cycle.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:UDTX:CYCLe<nr>:ITHReshold
driver.configure.cell.cpc.udtx.cycle.ithreshold.set(threshold = 1, cycle = repcap.Cycle.Default)

Defines when to activate the UE DTX cycle 2 after the last uplink data transmission, see ‘Continuous Packet Connectivity (CPC) ‘.

param threshold

Only the following values are allowed (in E-DCH TTI) : 1 | 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

param cycle

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cycle’)