Tfci
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:TFCI
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
tfci: integer Range: 0 to 1023
- set(tfci: int, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
tfci – integer Range: 0 to 1023
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)