Mode

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:FBI:MODE
class ModeCls[source]

Mode commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(mobileStation=MobileStation.Default) RsSmbv.enums.FbiMode[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:FBI:MODE
value: enums.FbiMode = driver.source.bb.w3Gpp.mstation.pcpch.fbi.mode.get(mobileStation = repcap.MobileStation.Default)
The command sets the number of bits (1 or 2) for the FBI field. With OFF, the field is not used.

INTRO_CMD_HELP: The FBI pattern automatically sets the associated slot format:

  • FBI OFF = Slot format 0

  • FBI 1 bit = Slot format 1

  • FBI 2 bits = Slot format 2

param mobileStation

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

return

mode: OFF| D1B| D2B

set(mode: RsSmbv.enums.FbiMode, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:FBI:MODE
driver.source.bb.w3Gpp.mstation.pcpch.fbi.mode.set(mode = enums.FbiMode.D1B, mobileStation = repcap.MobileStation.Default)
The command sets the number of bits (1 or 2) for the FBI field. With OFF, the field is not used.

INTRO_CMD_HELP: The FBI pattern automatically sets the associated slot format:

  • FBI OFF = Slot format 0

  • FBI 1 bit = Slot format 1

  • FBI 2 bits = Slot format 2

param mode

OFF| D1B| D2B

param mobileStation

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