Slength
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SLENgth
- class SlengthCls[source]
Slength commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(mobileStation=MobileStation.Default) float [source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SLENgth value: float = driver.source.bb.w3Gpp.mstation.dpcch.hs.slength.get(mobileStation = repcap.MobileStation.Default)
(Release 8 and Later) Queries the suggested and current ARB sequence length. The current ARB sequence length is adjusted with the command [:SOURce<hw>]:BB:W3GPp:MSTation<st>:DPCCh:HS:SLENgth:ADJust.
- param mobileStation
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- return
slength: float
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.mstation.dpcch.hs.slength.clone()
Subgroups