Tti<TransTimeInterval>

RepCap Settings

# Range: Tti2 .. Tti10
rc = driver.configure.cell.cpc.mac.cycle.tti.repcap_transTimeInterval_get()
driver.configure.cell.cpc.mac.cycle.tti.repcap_transTimeInterval_set(repcap.TransTimeInterval.Tti2)

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:MAC:CYCLe:TTI<TransTimeInterval>
class Tti[source]

Tti commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: TransTimeInterval, default value after init: TransTimeInterval.Tti2

get(transTimeInterval=<TransTimeInterval.Default: -1>)int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:MAC:CYCLe:TTI<ms>
value: int = driver.configure.cell.cpc.mac.cycle.tti.get(transTimeInterval = repcap.TransTimeInterval.Default)

Pattern where the start of uplink E-DCH transmission after inactivity is allowed, see ‘Continuous Packet Connectivity (CPC) ‘.

param transTimeInterval

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

return

pattern: Only the following values are allowed (in subframes) : 5 | 10 | 20 for 10 ms TTI 1 | 4 | 5 | 8 | 10 | 16 | 20 for 2 ms TTI If you enter another value, the nearest allowed value is set instead. Range: 1 Subframe to 20 Subframe

set(pattern: int, transTimeInterval=<TransTimeInterval.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:MAC:CYCLe:TTI<ms>
driver.configure.cell.cpc.mac.cycle.tti.set(pattern = 1, transTimeInterval = repcap.TransTimeInterval.Default)

Pattern where the start of uplink E-DCH transmission after inactivity is allowed, see ‘Continuous Packet Connectivity (CPC) ‘.

param pattern

Only the following values are allowed (in subframes) : 5 | 10 | 20 for 10 ms TTI 1 | 4 | 5 | 8 | 10 | 16 | 20 for 2 ms TTI If you enter another value, the nearest allowed value is set instead. Range: 1 Subframe to 20 Subframe

param transTimeInterval

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

Cloning the Group

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