VibSize<TwoStreams>

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:VIBSize<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.vibSize.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:VIBSize<DI>
value: int = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.vibSize.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, twoStreams = repcap.TwoStreams.Default)

Sets the size of the Virtual IR Buffer (Number of SMLs per HARQ-Process) per stream.

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

Returns:

vib_size: integer Range: 800 to 304000

set(vib_size: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default, twoStreams=TwoStreams.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:VIBSize<DI>
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.vibSize.set(vib_size = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, twoStreams = repcap.TwoStreams.Default)

Sets the size of the Virtual IR Buffer (Number of SMLs per HARQ-Process) per stream.

Parameters:
  • vib_size – integer Range: 800 to 304000

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

Cloning the Group

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