Sdelay
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SDELay
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SDELay value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.sdelay.get(mobileStation = repcap.MobileStation.Default)
Sets the delay between the uplink HS-DPCCH and the frame of uplink DPCH.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
sdelay: integer a multiple m of 256 chips according to TS 25.211 7.7 Range: 0 to 250, Unit: * 256 Chips
- set(sdelay: int, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SDELay driver.source.bb.w3Gpp.mstation.dpcch.hs.sdelay.set(sdelay = 1, mobileStation = repcap.MobileStation.Default)
Sets the delay between the uplink HS-DPCCH and the frame of uplink DPCH.
- Parameters:
sdelay – integer a multiple m of 256 chips according to TS 25.211 7.7 Range: 0 to 250, Unit: * 256 Chips
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)