Active

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SC:ACTive
class ActiveCls[source]

Active 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:SC:ACTive
value: int = driver.source.bb.w3Gpp.mstation.dpcch.hs.sc.active.get(mobileStation = repcap.MobileStation.Default)

(Release 8 and Later) Sets the number of active secondary cells for the selected UE.

param mobileStation

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

return

sec_cell_active: integer Range: 0 to 7

set(sec_cell_active: int, mobileStation=MobileStation.Default) None[source]
# SCPI: [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SC:ACTive
driver.source.bb.w3Gpp.mstation.dpcch.hs.sc.active.set(sec_cell_active = 1, mobileStation = repcap.MobileStation.Default)

(Release 8 and Later) Sets the number of active secondary cells for the selected UE.

param sec_cell_active

integer Range: 0 to 7

param mobileStation

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