Toffset

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TOFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TOFFset
value: int = driver.source.bb.w3Gpp.mstation.dpcch.toffset.get(mobileStation = repcap.MobileStation.Default)

Sets the timing offset.

Parameters:

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

Returns:

toffset: integer Range: 0 to 1024

set(toffset: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TOFFset
driver.source.bb.w3Gpp.mstation.dpcch.toffset.set(toffset = 1, mobileStation = repcap.MobileStation.Default)

Sets the timing offset.

Parameters:
  • toffset – integer Range: 0 to 1024

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