Adjust

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SLENgth:ADJust
class AdjustCls[source]

Adjust commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set(mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SLENgth:ADJust
driver.source.bb.w3Gpp.mstation.dpcch.hs.slength.adjust.set(mobileStation = repcap.MobileStation.Default)

(Release 8 and Later) Sets the current ARB sequence length to the suggested value.

param mobileStation

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

set_with_opc(mobileStation=MobileStation.Default, opc_timeout_ms: int = - 1) None[source]