Soffset

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh: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>:PRACh:TIMing:SOFFset
value: int = driver.source.bb.w3Gpp.mstation.prach.timing.soffset.get(mobileStation = repcap.MobileStation.Default)

This command defines the start offset of the PRACH 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 50

set(soffset: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:SOFFset
driver.source.bb.w3Gpp.mstation.prach.timing.soffset.set(soffset = 1, mobileStation = repcap.MobileStation.Default)

This command defines the start offset of the PRACH in access slots. The starting time delay in timeslots is calculated according to: 2 x Start Offset.

param soffset

integer Range: 1 to 50

param mobileStation

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