AcLength

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:ACLength
class AcLengthCls[source]

AcLength commands group definition. 1 total commands, 0 Subgroups, 1 group commands

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

Sets the alternative number of HS-PDSCH channelization codes (see ‘Randomly varying modulation and number of codes (Type 3i) settings’) .

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

return

ac_length: integer Range: 1 to 15 (max depends on other values)

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

Sets the alternative number of HS-PDSCH channelization codes (see ‘Randomly varying modulation and number of codes (Type 3i) settings’) .

param ac_length

integer Range: 1 to 15 (max depends on other values)

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