Mcode

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:MCODe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:MCODe
value: bool = driver.source.bb.w3Gpp.bstation.channel.dpcch.mcode.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command activates multicode transmission for the selected channel (ON) or deactivates it (OFF) . The multicode channels are destined for the same receiver, that is to say, are part of a radio link. The first channel of this group is used as the master channel. The common components (Pilot, TPC and TCFI) for all the channels are then spread using the spreading code of the master channel.

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:

mcode: 1 | ON | 0| OFF

set(mcode: bool, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:MCODe
driver.source.bb.w3Gpp.bstation.channel.dpcch.mcode.set(mcode = False, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command activates multicode transmission for the selected channel (ON) or deactivates it (OFF) . The multicode channels are destined for the same receiver, that is to say, are part of a radio link. The first channel of this group is used as the master channel. The common components (Pilot, TPC and TCFI) for all the channels are then spread using the spreading code of the master channel.

Parameters:
  • mcode – 1 | ON | 0| OFF

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