S1005403_RisCC/settings.json
2025-10-02 14:37:38 +02:00

62 lines
1.8 KiB
JSON

{
"general": {
"scan_limit": 60,
"max_range": 80,
"geometry": "1200x900+291+141",
"last_selected_scenario": "scenario1",
"connection": {
"type": "tftp",
"tftp": {
"ip": "127.0.0.1",
"port": 50071
}
}
},
"scenarios": {
"scenario1": {
"name": "Untitled Scenario",
"targets": [
{
"target_id": 0,
"range_nm": 20.0,
"azimuth_deg": 45.0,
"velocity_fps": 500.0,
"heading_deg": 270.0,
"altitude_ft": 10000.0,
"active": true,
"traceable": true
},
{
"target_id": 1,
"range_nm": 30.0,
"azimuth_deg": 45.0,
"velocity_fps": 500.0,
"heading_deg": 270.0,
"altitude_ft": 10000.0,
"active": true,
"traceable": true
},
{
"target_id": 2,
"range_nm": 60.0,
"azimuth_deg": 20.0,
"velocity_fps": 500.0,
"heading_deg": 270.0,
"altitude_ft": 10000.0,
"active": true,
"traceable": true
},
{
"target_id": 3,
"range_nm": 25.0,
"azimuth_deg": -10.0,
"velocity_fps": 130.0,
"heading_deg": 20.0,
"altitude_ft": 20000.0,
"active": true,
"traceable": true
}
]
}
}
}