Tfci

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TFCI
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TFCI
value: int = driver.source.bb.w3Gpp.mstation.prach.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>:PRACh:TFCI
driver.source.bb.w3Gpp.mstation.prach.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’)