WSF_COMM_EFFECT¶
- effect WSF_COMM_EFFECT¶
... effect <effect-name> WSF_COMM_EFFECT ... Base Effect Commands ... bit_error_rate <real-value> message_behavior ... end_effect ...
Overview¶
This base effect type can be included in the electronic_attack and/or 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¶
- bit_error_rate¶
Specifies the Bit Error Rate (BER) to apply. Can be used for inducing or mitigating. Automatically sets the message_behavior to distort.
Default: 0.0
- message_behavior <behavior-type> … end_message_behavior¶
Input block to provide the behavior type this communication effect exhibits.
<behavior-type> : Specifies the behavior type this effect exhibits. Available behavior types are as follows:
maintain - Maintain the message.
drop - Drop the message.
distort - Distort the message by the bit_error_rate. Automatically set by the bit_error_rate