load_scenario
Load a scenario file from disk into the simulation, either in AFSIM or JSON format, returning a scenario ID and metadata.
Instructions
Load a scenario from disk.
Parameters
file_path: Path to the scenario file. format: 'afsim' for .afsim files (default), 'json' for JSON files.
Returns
JSON with scenario_id and metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| format | No | afsim |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |