Burst

SCPI Commands

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

Burst 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>:BURSt
value: int = driver.configure.cell.cpc.udtx.cycle.burst.get(cycle = repcap.Cycle.Default)

Length of DPCCH transmission during UE DTX cycle, see ‘Continuous Packet Connectivity (CPC) ‘.

param cycle

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

return

burst: Only the following values are allowed (in subframes) : 1 | 2 | 5 If you enter another value, the nearest allowed value is set instead. Range: 1 Subframe to 5 Subframe

set(burst: int, cycle=<Cycle.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CELL:CPC:UDTX:CYCLe<nr>:BURSt
driver.configure.cell.cpc.udtx.cycle.burst.set(burst = 1, cycle = repcap.Cycle.Default)

Length of DPCCH transmission during UE DTX cycle, see ‘Continuous Packet Connectivity (CPC) ‘.

param burst

Only the following values are allowed (in subframes) : 1 | 2 | 5 If you enter another value, the nearest allowed value is set instead. Range: 1 Subframe to 5 Subframe

param cycle

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