Index<TwoStreams>
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TBS:INDex<DI>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr2 driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.index.repcap_twoStreams_set(repcap.TwoStreams.Nr1)
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, twoStreams=TwoStreams.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TBS:INDex<DI> value: int = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.index.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, twoStreams = repcap.TwoStreams.Default)
Selects the Index ki for the corresponding table and stream, as described in 3GPP TS 25.321.
- Parameters:
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
twoStreams – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Index’)
- Returns:
index: integer Range: 0 to 62
- set(index: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default, twoStreams=TwoStreams.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TBS:INDex<DI> driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.index.set(index = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, twoStreams = repcap.TwoStreams.Default)
Selects the Index ki for the corresponding table and stream, as described in 3GPP TS 25.321.
- Parameters:
index – integer Range: 0 to 62
baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
twoStreams – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Index’)
Cloning the Group
# Create a copy of the original group, that exists independently
index_copy = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.index.clone()