Tti<TransTimeInterval>

RepCap Settings

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

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CELL:CPC:UDTX:CYCLe<Cycle>:APATtern: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(cycle=<Cycle.Default: -1>, transTimeInterval=<TransTimeInterval.Default: -1>)int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:UDTX:CYCLe<nr>:APATtern:TTI<ms>
value: int = driver.configure.cell.cpc.udtx.cycle.apattern.tti.get(cycle = repcap.Cycle.Default, transTimeInterval = repcap.TransTimeInterval.Default)

Defines the UL transmission reduced to DPCCH activity pattern, needed to maintain synchronization and power control loop in the UE DTX cycle, see ‘Continuous Packet Connectivity (CPC) ‘.

param cycle

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

param transTimeInterval

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

return

pattern: Only the following values are allowed for UE DTX cycle 1 (in subframes) : 1 | 5 | 10 | 20 for 10 ms TTI 1 | 4 | 5 | 8 | 10 | 16 | 20 for 2 ms TTI Only the following values are allowed for UE DTX cycle 2 (in subframes) : 5 | 10 | 20 | 40 | 80 | 160 for 10 ms TTI 4 | 5 | 8 | 10 | 16 | 20 | 32 | 40 | 64 | 80 | 128 | 160 for 2 ms TTI If you enter another value, the nearest allowed value is set instead. Range: 1 Subframe to 160 Subframes

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

Defines the UL transmission reduced to DPCCH activity pattern, needed to maintain synchronization and power control loop in the UE DTX cycle, see ‘Continuous Packet Connectivity (CPC) ‘.

param pattern

Only the following values are allowed for UE DTX cycle 1 (in subframes) : 1 | 5 | 10 | 20 for 10 ms TTI 1 | 4 | 5 | 8 | 10 | 16 | 20 for 2 ms TTI Only the following values are allowed for UE DTX cycle 2 (in subframes) : 5 | 10 | 20 | 40 | 80 | 160 for 10 ms TTI 4 | 5 | 8 | 10 | 16 | 20 | 32 | 40 | 64 | 80 | 128 | 160 for 2 ms TTI If you enter another value, the nearest allowed value is set instead. Range: 1 Subframe to 160 Subframes

param cycle

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

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.udtx.cycle.apattern.tti.clone()