CpsFormat
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:CPSFormat
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [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. 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
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
cps_format: integer Range: 0 to 2
- set(cps_format: int, mobileStation=MobileStation.Default) None[source]
# [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. 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
- Parameters:
cps_format – integer Range: 0 to 2
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)