Tfci

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TFCI
class TfciCls[source]

Tfci commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TFCI
value: int = driver.source.bb.w3Gpp.bstation.channel.dpcch.tfci.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command enters the value of the TFCI field (Transport Format Combination Indicator) for the selected channel of the specified base station. The TFCI field is always filled with exactly 10 bits with leading zeros.

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

tfci: integer Range: 0 to 1023

set(tfci: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TFCI
driver.source.bb.w3Gpp.bstation.channel.dpcch.tfci.set(tfci = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

The command enters the value of the TFCI field (Transport Format Combination Indicator) for the selected channel of the specified base station. The TFCI field is always filled with exactly 10 bits with leading zeros.

param tfci

integer Range: 0 to 1023

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.bstation.channel.dpcch.tfci.clone()

Subgroups