Cycle<TwoStreams>

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:CYCLe<CH>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr2

driver.source.bb.w3Gpp.mstation.udtx.cycle.repcap_twoStreams_set(repcap.TwoStreams.Nr1)
get(twoStreams=TwoStreams.Default) WcdmaUlDtxCycle[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:CYCLe<CH>
value: enums.WcdmaUlDtxCycle = driver.source.bb.w3Gpp.mstation.udtx.cycle.get(twoStreams = repcap.TwoStreams.Default)

Sets the offset in subframe between two consecutive DPCCH bursts within the corresponding UE-DTX cycle, i.e. determines how often the DPCCH bursts are transmitted. The UE-DTX cycle 2 is an integer multiple of the UE-DTX cycle 1, i.e. has less frequent DPCCH transmission instants. Note: The allowed values depend on the selected E-DCH TTI.

Parameters:

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

Returns:

dtx_cycle: 1 | 4| 5 | 8| 10 | 16 | 20 | 32 | 40 | 64 | 80 | 128 | 160

set(dtx_cycle: WcdmaUlDtxCycle, twoStreams=TwoStreams.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:CYCLe<CH>
driver.source.bb.w3Gpp.mstation.udtx.cycle.set(dtx_cycle = enums.WcdmaUlDtxCycle._1, twoStreams = repcap.TwoStreams.Default)

Sets the offset in subframe between two consecutive DPCCH bursts within the corresponding UE-DTX cycle, i.e. determines how often the DPCCH bursts are transmitted. The UE-DTX cycle 2 is an integer multiple of the UE-DTX cycle 1, i.e. has less frequent DPCCH transmission instants. Note: The allowed values depend on the selected E-DCH TTI.

Parameters:
  • dtx_cycle – 1 | 4| 5 | 8| 10 | 16 | 20 | 32 | 40 | 64 | 80 | 128 | 160

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

Cloning the Group

# Create a copy of the original group, that exists independently
cycle_copy = driver.source.bb.w3Gpp.mstation.udtx.cycle.clone()