Mode
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:FBI:MODE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) FbiMode[source]
# [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. 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
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
mode: OFF | D1B | D2B
- set(mode: FbiMode, mobileStation=MobileStation.Default) None[source]
# [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. 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
- Parameters:
mode – OFF | D1B | D2B
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)