2025-09-12 15:20:28 +08:00
|
|
|
# ****************************************************************************
|
|
|
|
|
# CUI
|
|
|
|
|
#
|
|
|
|
|
# The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
|
|
|
|
|
#
|
|
|
|
|
# The use, dissemination or disclosure of data in this file is subject to
|
|
|
|
|
# limitation or restriction. See accompanying README and LICENSE for details.
|
|
|
|
|
# ****************************************************************************
|
|
|
|
|
define_path_variable CASE strike
|
|
|
|
|
log_file output/$(CASE).log
|
2025-09-12 16:05:20 +08:00
|
|
|
|
2025-09-12 15:20:28 +08:00
|
|
|
include setup.txt
|
2025-10-22 01:24:09 +08:00
|
|
|
include_once weapons/jammer/radar_jammer_2_18ghz.txt
|
2025-10-22 01:20:11 +08:00
|
|
|
include_once weapons/jammer/comm_jammer_30m_3g.txt
|
|
|
|
|
include_once platforms/blue/blue_ew_aircraft.txt
|
2025-09-17 17:53:39 +08:00
|
|
|
#include scenarios/iads_laydown.txt
|
|
|
|
|
#include scenarios/targets.txt
|
|
|
|
|
#include scenarios/strike.txt
|
2025-10-11 18:00:31 +08:00
|
|
|
include scenarios/red.txt
|
|
|
|
|
include scenarios/blue.txt
|
2025-09-12 15:20:28 +08:00
|
|
|
|
2025-10-22 01:20:11 +08:00
|
|
|
event_output file output/strike.evt
|
|
|
|
|
enable JAMMING_ATTEMPT
|
|
|
|
|
enable MESSAGE_TRANSMITTED
|
|
|
|
|
enable MESSAGE_DISCARDED
|
|
|
|
|
enable MESSAGE_RECEIVED
|
2025-10-22 01:24:09 +08:00
|
|
|
enable SENSOR_TRACK_INITIATED
|
|
|
|
|
enable SENSOR_TRACK_DROPPED
|
2025-10-22 01:20:11 +08:00
|
|
|
end_event_output
|
2025-09-12 15:20:28 +08:00
|
|
|
csv_event_output file output/$(CASE).csv end_csv_event_output
|
|
|
|
|
event_pipe file output/$(CASE).aer end_event_pipe
|
|
|
|
|
|
|
|
|
|
end_time 40 min
|
|
|
|
|
|
2025-09-17 17:53:39 +08:00
|
|
|
#platform_availability
|
|
|
|
|
# name 100_soj availability 1.0
|
|
|
|
|
# name 200_soj availability 1.0
|
|
|
|
|
# name 300_soj availability 1.0
|
|
|
|
|
# name 100_ucav availability 1.0
|
|
|
|
|
# name 200_ucav availability 1.0
|
|
|
|
|
# name 300_ucav availability 1.0
|
|
|
|
|
# name 400_ucav availability 1.0
|
|
|
|
|
#end_platform_availability
|