Enabled
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:SC:ENABled
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) int[source]
# [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.
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
sec_cell_enabled: integer Range: 0 to 7
- set(sec_cell_enabled: int, mobileStation=MobileStation.Default) None[source]
# [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.
- Parameters:
sec_cell_enabled – integer Range: 0 to 7
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)