RvParameter<Index>

SCPI Command :

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

Repeated Capability Setting:

# Range: Nr1 .. Nr64

driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.rvParameter.repcap_index_set(repcap.Index.Nr1)
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default, index=Index.Default) int[source]
# [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.

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

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

Returns:

rv_parameter: integer Range: 0 to 7

set(rv_parameter: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default, index=Index.Default) None[source]
# [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.

Parameters:
  • rv_parameter – integer Range: 0 to 7

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

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

Cloning the Group

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