Length
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:HARQ:LENGth
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:HARQ:LENGth value: int = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.harq.length.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Sets the number of HARQ processes. This value determines the distribution of the payload in the subframes.
- 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’)
- Returns:
length: integer Range: 1 to 6
- set(length: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:HARQ:LENGth driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.harq.length.set(length = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
Sets the number of HARQ processes. This value determines the distribution of the payload in the subframes.
- Parameters:
length – integer Range: 1 to 6
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’)