Burst<TwoStreams>

RepCap Settings

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

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:BURSt<CH>
class BurstCls[source]

Burst 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.WcdmaUlDtxBurstLen[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:BURSt<CH>
value: enums.WcdmaUlDtxBurstLen = driver.source.bb.w3Gpp.mstation.udtx.burst.get(twoStreams = repcap.TwoStreams.Default)

Determines the uplink DPCCH burst length in subframes without the preamble and postamble, when the corresponding UE-DTX cycle is applied.

param twoStreams

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

return

burst_length: 1| 2| 5

set(burst_length: RsSmbv.enums.WcdmaUlDtxBurstLen, twoStreams=TwoStreams.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation:UDTX:BURSt<CH>
driver.source.bb.w3Gpp.mstation.udtx.burst.set(burst_length = enums.WcdmaUlDtxBurstLen._1, twoStreams = repcap.TwoStreams.Default)

Determines the uplink DPCCH burst length in subframes without the preamble and postamble, when the corresponding UE-DTX cycle is applied.

param burst_length

1| 2| 5

param twoStreams

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

Cloning the Group

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