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