create_scenario
Initialize a new AFSIM simulation scenario with a given name, duration, and time step, returning a unique scenario identifier for subsequent management and execution.
Instructions
Create a new AFSIM scenario in memory.
Parameters
name: Unique name for the scenario. description: Optional human-readable description. duration_s: Simulation duration in seconds (default 3600). time_step_s: Simulation time step in seconds (default 1.0).
Returns
JSON with scenario_id, name, and metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| duration_s | No | ||
| time_step_s | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |