RvParameter<Index>

RepCap Settings

# Range: Nr1 .. Nr64
rc = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.rvParameter.repcap_index_get()
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.rvParameter.repcap_index_set(repcap.Index.Nr1)

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:RVParameter<DI>
class RvParameterCls[source]

RvParameter commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: Index, default value after init: Index.Nr1

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, index=Index.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:RVParameter<DI>
value: int = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.rvParameter.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, index = repcap.Index.Default)

The parameter is enabled for ‘HARQ Simulation Mode’ set to Constant ACK. The command sets the Redundancy Version Parameter. This value determines the processing of the Forward Error Correction and Constellation Arrangement (QAM16 and 64QAM modulation) , see TS 25.212 4.6.2. For HS-SCCH Type 2 (less operation) , the Redundancy Version Parameter is always 0.

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 index

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RvParameter’)

return

rv_parameter: integer Range: 0 to 7

set(rv_parameter: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default, index=Index.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:RVParameter<DI>
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.rvParameter.set(rv_parameter = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, index = repcap.Index.Default)

The parameter is enabled for ‘HARQ Simulation Mode’ set to Constant ACK. The command sets the Redundancy Version Parameter. This value determines the processing of the Forward Error Correction and Constellation Arrangement (QAM16 and 64QAM modulation) , see TS 25.212 4.6.2. For HS-SCCH Type 2 (less operation) , the Redundancy Version Parameter is always 0.

param rv_parameter

integer Range: 0 to 7

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 index

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RvParameter’)

Cloning the Group

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