Tmimo<TrueMimoPath>
RepCap Settings
# Range: Count1 .. Count4
rc = driver.route.wlanMeas.scenario.tmimo.repcap_trueMimoPath_get()
driver.route.wlanMeas.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.wlanMeas.scenario.tmimo.get(trueMimoPath = repcap.TrueMimoPath.Default)
No command help available
- param trueMimoPath:
optional repeated capability selector. Default value: Count1 (settable in the interface ‘Tmimo’)
- return:
gui_scenario: No help available
- set(trueMimoPath=TrueMimoPath.Default) None[source]
# SCPI: ROUTe:WLAN:MEASurement<Instance>:SCENario:TMIMo<PathCount> driver.route.wlanMeas.scenario.tmimo.set(trueMimoPath = repcap.TrueMimoPath.Default)
No command help available
- 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.wlanMeas.scenario.tmimo.clone()