Cycle<TwoStreams>

RepCap Settings

# Range: Nr1 .. Nr2
rc = driver.source.bb.w3Gpp.mstation.udtx.cycle.repcap_twoStreams_get()
driver.source.bb.w3Gpp.mstation.udtx.cycle.repcap_twoStreams_set(repcap.TwoStreams.Nr1)

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:CYCLe<CH>
class CycleCls[source]

Cycle commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: TwoStreams, default value after init: TwoStreams.Nr1

get(twoStreams=TwoStreams.Default) RsSmbv.enums.WcdmaUlDtxCycle[source]
# SCPI: [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.

param twoStreams

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

return

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

set(dtx_cycle: RsSmbv.enums.WcdmaUlDtxCycle, twoStreams=TwoStreams.Default) None[source]
# SCPI: [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.

param dtx_cycle

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

param twoStreams

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

Cloning the Group

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