Burst<TwoStreams>
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation:UDTX:BURSt<CH>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr2 driver.source.bb.w3Gpp.mstation.udtx.burst.repcap_twoStreams_set(repcap.TwoStreams.Nr1)
- get(twoStreams=TwoStreams.Default) WcdmaUlDtxBurstLen[source]
# [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.
- Parameters:
twoStreams – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Burst’)
- Returns:
burst_length: 1 | 2| 5
- set(burst_length: WcdmaUlDtxBurstLen, twoStreams=TwoStreams.Default) None[source]
# [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.
- Parameters:
burst_length – 1 | 2| 5
twoStreams – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Burst’)
Cloning the Group
# Create a copy of the original group, that exists independently
burst_copy = driver.source.bb.w3Gpp.mstation.udtx.burst.clone()