Table<TwoStreams>
RepCap Settings
# Range: Nr1 .. Nr2
rc = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.table.repcap_twoStreams_get()
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.table.repcap_twoStreams_set(repcap.TwoStreams.Nr1)
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TBS:TABLe<DI>
- class TableCls[source]
Table commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: TwoStreams, default value after init: TwoStreams.Nr1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, twoStreams=TwoStreams.Default) RsSmbv.enums.HsHsetTable [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TBS:TABLe<DI> value: enums.HsHsetTable = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.table.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, twoStreams = repcap.TwoStreams.Default)
Selects Table 0 or Table 1 as described in 3GPP TS 25.321. For HS-PDSCH Modulation set to 64QAM, only Table 1 is available.
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- param twoStreams
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Table’)
- return
table: TAB0| TAB1
- set(table: RsSmbv.enums.HsHsetTable, baseStation=BaseStation.Default, channelNull=ChannelNull.Default, twoStreams=TwoStreams.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TBS:TABLe<DI> driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.table.set(table = enums.HsHsetTable.TAB0, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, twoStreams = repcap.TwoStreams.Default)
Selects Table 0 or Table 1 as described in 3GPP TS 25.321. For HS-PDSCH Modulation set to 64QAM, only Table 1 is available.
- param table
TAB0| TAB1
- param baseStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)
- param channelNull
optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)
- param twoStreams
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Table’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.table.clone()