HscCode

SCPI Command :

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

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

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

Sets the channelization code of 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

hsc_code: float Range: 0 to 127

set(hsc_code: float, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:HSCCode
driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.hscCode.set(hsc_code = 1.0, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the channelization code of the HS-SCCH.

param hsc_code

float Range: 0 to 127

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