Sdelay
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SDELay
- class SdelayCls[source]
Sdelay 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: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.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
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]
# SCPI: [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.
- param sdelay
integer a multiple m of 256 chips according to TS 25.211 7.7 Range: 0 to 250, Unit: * 256 Chips
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)