Tmimo<TrueMimoPath>

RepCap Settings

# Range: Count1 .. Count4
rc = driver.route.scenario.tmimo.repcap_trueMimoPath_get()
driver.route.scenario.tmimo.repcap_trueMimoPath_set(repcap.TrueMimoPath.Count1)

SCPI Command :

ROUTe:WLAN:MEASurement<Instance>:SCENario:TMIMo<PathCount>
class TmimoCls[source]

Tmimo commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: TrueMimoPath, default value after init: TrueMimoPath.Count1

get(trueMimoPath=TrueMimoPath.Default) GuiScenario[source]
# SCPI: ROUTe:WLAN:MEASurement<Instance>:SCENario:TMIMo<PathCount>
value: enums.GuiScenario = driver.route.scenario.tmimo.get(trueMimoPath = repcap.TrueMimoPath.Default)

Selects the number of paths for the true MIMO scenario via <PathCount>. The connectors are configurable via CONFigure:WLAN:MEAS<i>:RFSettings:ANTenna<n>.

param trueMimoPath:

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

return:

gui_scenario: TMIMo Returns the active scenario (true MIMO) .

set(trueMimoPath=TrueMimoPath.Default) None[source]
# SCPI: ROUTe:WLAN:MEASurement<Instance>:SCENario:TMIMo<PathCount>
driver.route.scenario.tmimo.set(trueMimoPath = repcap.TrueMimoPath.Default)

Selects the number of paths for the true MIMO scenario via <PathCount>. The connectors are configurable via CONFigure:WLAN:MEAS<i>:RFSettings:ANTenna<n>.

param trueMimoPath:

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

set_with_opc(trueMimoPath=TrueMimoPath.Default, opc_timeout_ms: int = -1) None[source]

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.route.scenario.tmimo.clone()