WSF_EA_TECHNIQUE¶
- technique WSF_EA_TECHNIQUE¶
# Defining a new type: electronic_warfare_technique <name> WSF_EA_TECHNIQUE default_on mitigation_class_name <string-value> ... Electronic Warfare Technique Commands ... end_electronic_warfare_technique
# Adding an instance of the base type inside an 'electronic_attack' block: ... technique <name> [WSF_EA_TECHNIQUE] default_on mitigation_class_name <string-value> ... Electronic Warfare Technique Commands ... end_technique ...
- <name>
Name of the new Electronic Warfare technique type or instance to be created.
Overview¶
An electronic_warfare_technique provides the ability to define Electronic Warfare techniques with associated Electronic Warfare Effects. Multiple effect definitions are allowed.
Commands¶
- default_on¶
Set the behavior of the technique to be active. Otherwise, technique will remain inactive until commanded to become active.
- mitigation_class <string-value>¶
- mitigation_class_name <string-value>¶
Set the technique’s mitigation class name. Used to map electronic attack techniques to electronic protection techniques that can mitigate them using the mitigated_technique_classes command.
Note
This input is optional when using only the mitigated_techniques input commands.