Soffset

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:PRACh:TIMing:SOFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [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.

Parameters:

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

Returns:

soffset: integer Range: 1 to 50

set(soffset: int, mobileStation=MobileStation.Default) None[source]
# [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.

Parameters:
  • soffset – integer Range: 1 to 50

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