Mode

SCPI Command :

[SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:[MODE]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(mobileStation=MobileStation.Default) bool[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:[MODE]
value: bool = driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.mode.get(mobileStation = repcap.MobileStation.Default)

Enables/disables working in MIMO mode for the selected UE.

Parameters:

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

Returns:

mode: 1 | ON | 0| OFF

set(mode: bool, mobileStation=MobileStation.Default) None[source]
# [SOURce<HW>]:BB:W3GPp:MSTation<ST>:DPCCh:HS:MIMO:[MODE]
driver.source.bb.w3Gpp.mstation.dpcch.hs.mimo.mode.set(mode = False, mobileStation = repcap.MobileStation.Default)

Enables/disables working in MIMO mode for the selected UE.

Parameters:
  • mode – 1 | ON | 0| OFF

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