Tfci
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TFCI
- class TfciCls[source]
Tfci commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) int [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TFCI value: int = driver.source.bb.w3Gpp.mstation.dpcch.tfci.get(mobileStation = repcap.MobileStation.Default)
Sets the value of the TFCI (Transport Format Combination Indicator) field. This value selects a combination of 30 bits, which are divided into two groups of 15 successive slots.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
tfci: integer Range: 0 to 1023
- set(tfci: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TFCI driver.source.bb.w3Gpp.mstation.dpcch.tfci.set(tfci = 1, mobileStation = repcap.MobileStation.Default)
Sets the value of the TFCI (Transport Format Combination Indicator) field. This value selects a combination of 30 bits, which are divided into two groups of 15 successive slots.
- param tfci
integer Range: 0 to 1023
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.dpcch.tfci.clone()
Subgroups