Tfci

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:DPCCh:TFCI
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) int[source]
# [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.

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:

tfci: integer Range: 0 to 1023

set(tfci: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [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.

Parameters:
  • tfci – integer Range: 0 to 1023

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

Cloning the Group

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

Subgroups