Soffset
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:TIMing:SOFFset
- class SoffsetCls[source]
Soffset 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:TIMing:SOFFset value: int = driver.source.bb.w3Gpp.mstation.pcpch.timing.soffset.get(mobileStation = repcap.MobileStation.Default)
This command defines the start offset of the PCPCH in access slots. The starting time delay in timeslots is calculated according to: 2 x Start Offset.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
soffset: integer Range: 1 to 14
- set(soffset: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PCPCh:TIMing:SOFFset driver.source.bb.w3Gpp.mstation.pcpch.timing.soffset.set(soffset = 1, mobileStation = repcap.MobileStation.Default)
This command defines the start offset of the PCPCH in access slots. The starting time delay in timeslots is calculated according to: 2 x Start Offset.
- param soffset
integer Range: 1 to 14
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)