Tpc
SCPI Command :
[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:POFFset:TPC
- 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>:DPCCh:POFFset:TPC value: float = driver.source.bb.w3Gpp.bstation.channel.dpcch.poffset.tpc.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command sets an offset to the set channel power for the TPC field. This setting is only valid for the DPCHs.
- 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:
tpc: float Range: -10 to 10
- set(tpc: float, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:POFFset:TPC driver.source.bb.w3Gpp.bstation.channel.dpcch.poffset.tpc.set(tpc = 1.0, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)
The command sets an offset to the set channel power for the TPC field. This setting is only valid for the DPCHs.
- Parameters:
tpc – float Range: -10 to 10
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’)