Scenario

SCPI Command :

ROUTe:LTE:MEASurement<Instance>:SCENario
class ScenarioCls[source]

Scenario commands group definition. 4 total commands, 3 Subgroups, 1 group commands

get_value() Scenario[source]
# SCPI: ROUTe:LTE:MEASurement<Instance>:SCENario
value: enums.Scenario = driver.route.scenario.get_value()

Returns the active scenario.

return:

scenario: SALone | CSPath | MAPRotocol SALone: Standalone (non-signaling) CSPath: Combined signal path MAPRotocol: Measure at protocol test

Cloning the Group

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

Subgroups