Mode

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:FBI:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) FbiMode[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:FBI:MODE
value: enums.FbiMode = driver.source.bb.w3Gpp.mstation.dpcch.fbi.mode.get(mobileStation = repcap.MobileStation.Default)

The command sets the number of bits for the FBI field. With OFF, the FBI field is not used. Note: The former 2-bits long FBI Mode ‘D2B’ according to 3GPP Release 4 specification TS 25.211 is not supported any more. The command sets the slot format (method RsSmw.source.bb.w3Gpp.mstation.dpcch.sformat.set() ) in conjunction with the set TFCI status (method RsSmw.source.bb.w3Gpp.mstation.dpcch.tfci.state.set() ) and the TPC Mode (method RsSmw.source.bb.w3Gpp.mstation.dpcch.tpc.mode.set() ) to the associated values.

Parameters:

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

Returns:

mode: OFF | D1B

set(mode: FbiMode, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:FBI:MODE
driver.source.bb.w3Gpp.mstation.dpcch.fbi.mode.set(mode = enums.FbiMode.D1B, mobileStation = repcap.MobileStation.Default)

The command sets the number of bits for the FBI field. With OFF, the FBI field is not used. Note: The former 2-bits long FBI Mode ‘D2B’ according to 3GPP Release 4 specification TS 25.211 is not supported any more. The command sets the slot format (method RsSmw.source.bb.w3Gpp.mstation.dpcch.sformat.set() ) in conjunction with the set TFCI status (method RsSmw.source.bb.w3Gpp.mstation.dpcch.tfci.state.set() ) and the TPC Mode (method RsSmw.source.bb.w3Gpp.mstation.dpcch.tpc.mode.set() ) to the associated values.

Parameters:
  • mode – OFF | D1B

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