Mcode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:MCODe
- class McodeCls[source]
Mcode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) bool [source]
# SCPI: [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.
- 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
mcode: 1| ON| 0| OFF
- set(mcode: bool, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None [source]
# SCPI: [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.
- param mcode
1| ON| 0| OFF
- 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’)