add_mover
Add a mover component (e.g., route or air mover) to a specified platform within an AFSIM scenario.
Instructions
Add a mover component to a platform.
Parameters
scenario_id: UUID of the target scenario. platform_name: Name of the target platform. mover_type: AFSIM mover type (e.g. 'wsf_route_mover', 'wsf_air_mover'). mover_name: Optional name for the mover component.
Returns
JSON with component metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | ||
| platform_name | Yes | ||
| mover_type | No | wsf_route_mover | |
| mover_name | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |