Mode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:FBI:MODE
- class ModeCls[source]
Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) RsSmw.enums.FbiMode [source]
# SCPI: [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 ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:SFORmat) in conjunction with the set TFCI status ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:TFCI:STATe) and the TPC Mode ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:TPC:MODE) to the associated values.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
mode: OFF| D1B
- set(mode: RsSmw.enums.FbiMode, mobileStation=MobileStation.Default) None [source]
# SCPI: [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 ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:SFORmat) in conjunction with the set TFCI status ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:TFCI:STATe) and the TPC Mode ([:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:TPC:MODE) to the associated values.
- param mode
OFF| D1B
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)