Clength
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:CLENgth
- class ClengthCls[source]
Clength 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:CLENgth value: int = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.clength.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command queries the number of physical HS-PDSCH data channels assigned to the HS-SCCH.
- 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
clength: integer Range: 1 to 15
- set(clength: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:CLENgth driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.clength.set(clength = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command queries the number of physical HS-PDSCH data channels assigned to the HS-SCCH.
- param clength
integer Range: 1 to 15
- 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’)