Compatibility

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:COMPatibility
class CompatibilityCls[source]

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

get(mobileStation=MobileStation.Default) HsCompatMode[source]
# SCPI: [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) .

param mobileStation:

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

return:

compatibility: REL7| REL8 | REL8RT

set(compatibility: HsCompatMode, mobileStation=MobileStation.Default) None[source]
# SCPI: [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) .

param compatibility:

REL7| REL8 | REL8RT

param mobileStation:

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