Tfci

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:TFCI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:TFCI
value: int = driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.tfci.get(mobileStation = repcap.MobileStation.Default)

The command sets the value for the TFCI (Transport Format Combination Indicator) field.

Parameters:

mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

Returns:

tfci: integer Range: 0 to 127

set(tfci: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:TFCI
driver.source.bb.w3Gpp.mstation.hsupa.dpcch.e.tfci.set(tfci = 1, mobileStation = repcap.MobileStation.Default)

The command sets the value for the TFCI (Transport Format Combination Indicator) field.

Parameters:
  • tfci – integer Range: 0 to 127

  • mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)