Toffset
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:TOFFset
- class ToffsetCls[source]
Toffset commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) int [source]
# SCPI: [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.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
toffset: integer Range: 0 to 1024
- set(toffset: int, mobileStation=MobileStation.Default) None [source]
# SCPI: [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.
- param toffset
integer Range: 0 to 1024
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)