32 lines
992 B
Plaintext
32 lines
992 B
Plaintext
|
|
# ****************************************************************************
|
||
|
|
# 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 test_strike
|
||
|
|
log_file output/$(CASE).log
|
||
|
|
|
||
|
|
#define_path_variable BLUE_GLIDE_BOMB_1_MODEL _mod
|
||
|
|
|
||
|
|
include setup.txt
|
||
|
|
#include signatures/ucav_radar_sig_20db_down.txt
|
||
|
|
include scenarios/iads_laydown.txt
|
||
|
|
include scenarios/targets.txt
|
||
|
|
include scenarios/test_strike.txt
|
||
|
|
#include scenarios/test_jammers.txt
|
||
|
|
|
||
|
|
event_output file output/$(CASE).evt end_event_output
|
||
|
|
event_pipe file output/$(CASE).aer end_event_pipe
|
||
|
|
|
||
|
|
event_output
|
||
|
|
enable SENSOR_DETECTION_ATTEMPT
|
||
|
|
enable SENSOR_TRACK_UPDATED
|
||
|
|
enable MESSAGE_TRANSMITTED
|
||
|
|
enable MESSAGE_RECEIVED
|
||
|
|
end_event_output
|
||
|
|
|
||
|
|
end_time 40 min
|