WSF_POL_MOD_EFFECT

effect WSF_POL_MOD_EFFECT

EW Effects: Predefined Electronic Warfare Effect Types

...
  effect <effect-name> WSF_POL_MOD_EFFECT
     electronic_warfare_effect Commands
     ... WSF_SLC_DEGRADE_EFFECT Commands ...
     WSF_REPEATER_EFFECT Commands
     WSF_POWER_EFFECT Commands
     WSF_RADIUS_EFFECT Commands
     polarization_switching_rate <frequency-value>
     system_type_data <system-type-name> ... end_system_type_data
  end_effect
...

Overview

This base effect type can be included in the electronic_protect or electronic_attack 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

polarization_switching_rate <frequency-value>

Specifies polarization switching rate (frequency). See the WSF_SLC_EFFECT and its canceller_settling_time for more information on its use and effect.

Default: 0.0 seconds

system_type_data <system-type-name> … end_system_type_data

Input block to provide the system type (e.g., SENSOR-TYPE, JAMMER-TYPE) specific data necessary to implement this technique for a given system type. Default data can be set up for system types not defined using the “default” string as the system type.

system_type_data <system-type-name>
  ... WSF_SLC_DEGRADE_EFFECT Commands ...
  WSF_REPEATER_EFFECT Commands
  WSF_POWER_EFFECT Commands
  WSF_RADIUS_EFFECT Commands
  polarization_switching_rate <frequency-value>
end_system_type_data
<system-type-name>

A string input of the system-type the following data applies to, valid values are [system-type-name | “default”]. Default data is used for unspecified system-types and if not defined no effect will be applied for the given system-type.