Slength

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SLENgth
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get(mobileStation=MobileStation.Default) float[source]
# [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 method RsSmw.source.bb.w3Gpp.mstation.dpcch.hs.slength.adjust.set() .

Parameters:

mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)

Returns:

slength: float

Cloning the Group

# Create a copy of the original group, that exists independently
slength_copy = driver.source.bb.w3Gpp.mstation.dpcch.hs.slength.clone()

Subgroups