Compatibility
SCPI Command :
[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:COMPatibility
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(mobileStation=MobileStation.Default) HsCompatMode[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:COMPatibility value: enums.HsCompatMode = driver.source.bb.w3Gpp.mstation.dpcch.hs.compatibility.get(mobileStation = repcap.MobileStation.Default)
The concept of the graphical user interface for the configuration of HS-DPCCH has been adapted to support simultaneous DC-HSDPA and MIMO operation, as required in 3GPP Release 9 onwards. This command enables the configuration of the HS-DPCCH settings provided for backwards compatibility (REL7) .
- Parameters:
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)
- Returns:
compatibility: REL7 | REL8 | REL8RT
- set(compatibility: HsCompatMode, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:COMPatibility driver.source.bb.w3Gpp.mstation.dpcch.hs.compatibility.set(compatibility = enums.HsCompatMode.REL7, mobileStation = repcap.MobileStation.Default)
The concept of the graphical user interface for the configuration of HS-DPCCH has been adapted to support simultaneous DC-HSDPA and MIMO operation, as required in 3GPP Release 9 onwards. This command enables the configuration of the HS-DPCCH settings provided for backwards compatibility (REL7) .
- Parameters:
compatibility – REL7 | REL8 | REL8RT
mobileStation – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Mstation’)