Table<TwoStreams>

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:TBS:TABLe<DI>
Commands in total: 1
Subgroups: 0
Direct child commands: 1

Repeated Capability Setting:

# Range: Nr1 .. Nr2

driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.table.repcap_twoStreams_set(repcap.TwoStreams.Nr1)
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, twoStreams=TwoStreams.Default) HsHsetTable[source]
# [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.

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 ‘Table’)

Returns:

table: TAB0 | TAB1

set(table: HsHsetTable, baseStation=BaseStation.Default, channelNull=ChannelNull.Default, twoStreams=TwoStreams.Default) None[source]
# [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.

Parameters:
  • table – TAB0 | TAB1

  • 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 ‘Table’)

Cloning the Group

# Create a copy of the original group, that exists independently
table_copy = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.tbs.table.clone()