Tfci

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:[HSUPa]:DPCCh:E:TFCI
class TfciCls[source]

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

get(mobileStation=MobileStation.Default) int[source]
# SCPI: [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.

param mobileStation

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

return

tfci: integer Range: 0 to 127

set(tfci: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [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.

param tfci

integer Range: 0 to 127

param mobileStation

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