getScenarioDescriptor
Extract properties from input scenario to generate scenario variants
Since R2022b
Syntax
Description
Add-On Required: This feature requires the Automated Driving Toolbox Test Suite for Euro NCAP Protocols add-on.
extracts the properties of an input scenario descriptor = getScenarioDescriptor(scenario)scenario and stores these
properties in a ScenarioDescriptor object,
descriptor, for scenario variant generation.
also specifies the simulator descriptor = getScenarioDescriptor(scenario,Simulator=simulator)simulator used by the input scenario
scenario.
Examples
Input Arguments
Output Arguments
Tips
To get a scenario from a
ScenarioDescriptorobject, use thegetScenariofunction.