RvpSequence<TwoStreams>

SCPI Command :

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

The parameter is enabled for ‘HARQ Simulation Mode’ set to Constant NACK. Enters a sequence of Redundancy Version Parameters per stream. The value of the RV parameter determines the processing of the Forward Error Correction and Constellation Arrangement (16/64QAM modulation) , see TS 25.212 4.6.2. The sequence has a length of maximum 30 values. The sequence length determines the maximum number of retransmissions. New data is used after reaching the end of the sequence. For HS-SCCH Type 2 (less operation) , the Redundancy Version Parameter Sequence is a read-only parameter.

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

Returns:

rvp_sequence: string

set(rvp_sequence: str, baseStation=BaseStation.Default, channelNull=ChannelNull.Default, twoStreams=TwoStreams.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:RVPSequence<DI>
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.rvpSequence.set(rvp_sequence = 'abc', baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default, twoStreams = repcap.TwoStreams.Default)

The parameter is enabled for ‘HARQ Simulation Mode’ set to Constant NACK. Enters a sequence of Redundancy Version Parameters per stream. The value of the RV parameter determines the processing of the Forward Error Correction and Constellation Arrangement (16/64QAM modulation) , see TS 25.212 4.6.2. The sequence has a length of maximum 30 values. The sequence length determines the maximum number of retransmissions. New data is used after reaching the end of the sequence. For HS-SCCH Type 2 (less operation) , the Redundancy Version Parameter Sequence is a read-only parameter.

Parameters:
  • rvp_sequence – string

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

Cloning the Group

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