ScCode

SCPI Command :

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

ScCode 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:SCCode
value: int = driver.source.bb.w3Gpp.bstation.channel.hsdpa.hset.scCode.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the channelization code of the first HS-PDSCH channel in the H-Set. The channelization codes of the rest of the HS-PDSCHs in this H-Set are set automatically. Note: To let the instrument generate a signal equal to the one generated by an instrument equipped with older firmware, set the same Channelization Codes as the codes used for your physical channels.

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:

sc_code: integer Range: 1 to 15

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

Sets the channelization code of the first HS-PDSCH channel in the H-Set. The channelization codes of the rest of the HS-PDSCHs in this H-Set are set automatically. Note: To let the instrument generate a signal equal to the one generated by an instrument equipped with older firmware, set the same Channelization Codes as the codes used for your physical channels.

param sc_code:

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