Smimo<SMimoPath>

RepCap Settings

# Range: Count2 .. Count8
rc = driver.route.scenario.smimo.repcap_sMimoPath_get()
driver.route.scenario.smimo.repcap_sMimoPath_set(repcap.SMimoPath.Count2)

SCPI Command :

ROUTe:WLAN:MEASurement<Instance>:SCENario:SMIMo<PathCount>
class SmimoCls[source]

Smimo commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: SMimoPath, default value after init: SMimoPath.Count2

class GetStruct[source]

Response structure. Fields:

  • Gui_Scenario: enums.GuiScenario: No parameter help available

  • Con_Tuple: enums.ConnectorTuple: No parameter help available

get(sMimoPath=SMimoPath.Default) GetStruct[source]
# SCPI: ROUTe:WLAN:MEASurement<Instance>:SCENario:SMIMo<PathCount>
value: GetStruct = driver.route.scenario.smimo.get(sMimoPath = repcap.SMimoPath.Default)

No command help available

param sMimoPath:

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

return:

structure: for return value, see the help for GetStruct structure arguments.

set(con_tuple: ConnectorTuple = None, sMimoPath=SMimoPath.Default) None[source]
# SCPI: ROUTe:WLAN:MEASurement<Instance>:SCENario:SMIMo<PathCount>
driver.route.scenario.smimo.set(con_tuple = enums.ConnectorTuple.CT12, sMimoPath = repcap.SMimoPath.Default)

No command help available

param con_tuple:

No help available

param sMimoPath:

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

Cloning the Group

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