HscCode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:HSDPa:HSET:HSCCode
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) float[source]
# [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.
- 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:
hsc_code: float Range: 0 to 127
- set(hsc_code: float, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [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.
- Parameters:
hsc_code – float Range: 0 to 127
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’)