Enabled

SCPI Command :

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

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

Enables the selected number of secondary cells for the selected UE.

param mobileStation

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

return

sec_cell_enabled: integer Range: 0 to 7

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

Enables the selected number of secondary cells for the selected UE.

param sec_cell_enabled

integer Range: 0 to 7

param mobileStation

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