WSF_AGILITY_EFFECT

effect WSF_AGILITY_EFFECT
effect WSF_RADAR_AGILITY_EFFECT

EW Effects: Predefined Electronic Warfare Effect Types

...
  effect <effect-name> WSF_AGILITY_EFFECT
     Base Effect Commands

     agility_type ...  end_agiltiy_type
  end_effect
...

Overview

This base effect type can be included in the electronic_protect technique block as one of the many available effects for a given technique. The commands listed below are the base-type commands that can be specified in the effect block for this effect type.

Commands

debug

Set debug mode for this effect.

agility_type <agility-type> … end_agility_type

Input block to provide the agility-type of this effect and associated input commands for this agility-type. The specified agility-type is applied when a comm system or radar sensor perceives jamming. For this effect to properly function a radar sensor’s jamming_perception_threshold and jamming_perception_timeout or a comm’s jamming_perception_threshold and jamming_perception_timeout should be properly defined.

<agility-type>

Specifies the agility type to be used. Available agility types are as follows:

frequency_changing

Provides for changing to different alternate frequencies within the radar sensor’s mode_select_delay or comm’s frequency_select_delay constraint.

...
  agility_type
    frequency_changing
  end_agility_type
...

Note

If this effect is an electronic_protect on a WSF_RADAR_SENSOR type, then the sensor will be considered frequency agile (pulse-to-pulse) iff this effect is defined as a frequency_changing AND alternate frequencies are defined on the transmitter AND jamming perception thresholds are set.

mode_changing

Provides for changing to different radar modes within the mode_select_delay constraint.

...
 agility_type mode_changing
    mode_name 1 <mode-name-1>
    mode_name 2 <mode-name-2>
    ...
    mode_name N <mode-name-N>
  end_agility_type
...

<mode-name-n> - Specifies the mode name that will be applied in the order of the preceding values from [1,N].