Tfci
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh: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>:PCPCh:TFCI value: int = driver.source.bb.w3Gpp.mstation.pcpch.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>:PCPCh:TFCI driver.source.bb.w3Gpp.mstation.pcpch.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’)