CpsFormat

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:CPSFormat
class CpsFormatCls[source]

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

get(mobileStation=MobileStation.Default) int[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:CPSFormat
value: int = driver.source.bb.w3Gpp.mstation.pcpch.cpsFormat.get(mobileStation = repcap.MobileStation.Default)
The command defines the slot format of the control component of the PCPCH.

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

  • Slot format 0 = FBI OFF

  • Slot format 1 = FBI 1 bit

  • Slot format 2 = FBI 2 bits

param mobileStation

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

return

cps_format: integer Range: 0 to 2

set(cps_format: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:CPSFormat
driver.source.bb.w3Gpp.mstation.pcpch.cpsFormat.set(cps_format = 1, mobileStation = repcap.MobileStation.Default)
The command defines the slot format of the control component of the PCPCH.

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

  • Slot format 0 = FBI OFF

  • Slot format 1 = FBI 1 bit

  • Slot format 2 = FBI 2 bits

param cps_format

integer Range: 0 to 2

param mobileStation

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