add_sensor
Add a sensor component, such as a radar or EO sensor, to a platform within an AFSIM scenario.
Instructions
Add a sensor component to a platform.
Parameters
scenario_id: UUID of the target scenario. platform_name: Name of the target platform. sensor_type: AFSIM sensor type (e.g. 'wsf_radar_sensor', 'wsf_eo_sensor'). sensor_name: Optional name for the sensor component.
Returns
JSON with component metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | ||
| platform_name | Yes | ||
| sensor_type | No | wsf_radar_sensor | |
| sensor_name | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |