Cycle

SCPI Commands

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

Cycle commands group definition. 2 total commands, 1 Sub-groups, 1 group commands

get_ithreshold()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:MAC:CYCLe:ITHReshold
value: int or bool = driver.configure.cell.cpc.mac.cycle.get_ithreshold()

Restricts the starting points of the uplink transmission on E-DCH for a particular UE. E-DCH inactivity time after which the UE can start E-DCH transmission only at given times, see ‘Continuous Packet Connectivity (CPC) ‘.

return

threshold: 1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | ON | OFF Values in E-DCH TTIs, additional OFF | ON disables | enables the threshold If you enter another value, the nearest allowed value is set instead. Range: 1 E-DCH TTI to 512 E-DCH TTI, Unit: E-DCH TTI

set_ithreshold(threshold: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:MAC:CYCLe:ITHReshold
driver.configure.cell.cpc.mac.cycle.set_ithreshold(threshold = 1)

Restricts the starting points of the uplink transmission on E-DCH for a particular UE. E-DCH inactivity time after which the UE can start E-DCH transmission only at given times, see ‘Continuous Packet Connectivity (CPC) ‘.

param threshold

1 | 2 | 4 | 8 | 16 | 32 | 64 | 128 | 256 | 512 | ON | OFF Values in E-DCH TTIs, additional OFF | ON disables | enables the threshold If you enter another value, the nearest allowed value is set instead. Range: 1 E-DCH TTI to 512 E-DCH TTI, Unit: E-DCH TTI

Cloning the Group

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

Subgroups