Toffset

SCPI Command :

[SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:TOFFset
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseStation=BaseStation.Default, channelNull=ChannelNull.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:TOFFset
value: int = driver.source.bb.w3Gpp.bstation.channel.toffset.get(baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the timing offset.

Parameters:
  • baseStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bstation’)

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)

Returns:

toffset: integer For F-DPCH channels, the value range is 0 to 9.

set(toffset: int, baseStation=BaseStation.Default, channelNull=ChannelNull.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:BSTation<ST>:CHANnel<CH0>:TOFFset
driver.source.bb.w3Gpp.bstation.channel.toffset.set(toffset = 1, baseStation = repcap.BaseStation.Default, channelNull = repcap.ChannelNull.Default)

Sets the timing offset.

Parameters:
  • toffset – integer For F-DPCH channels, the value range is 0 to 9.

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

  • channelNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Channel’)