CYBER_TRIGGER_EVALUATION¶
This event is generated when a cyber_trigger has evaluated, prior to potential execution.
Format¶
<time> CYBER_TRIGGER_EVALUATION <trigger_scope> <trigger_name> <platform> <evaluation_result>
Breakdown¶
- <time>
Simulation time of the event.
- CYBER_TRIGGER_EXECUTION
Name of the event.
- <trigger_scope>
The scope of the trigger executing, which at this time is limited to “Global_Trigger” or “Platform_Trigger”
- <trigger_name>
The name of the trigger being executed.
- <platform>
If the trigger is a platform trigger, as indicated previously in <trigger_scope>, the platform name will be provided here (otherwise it is empty).
- <evaluation_result>
The boolean result of the evaluation, either true or false.
How it Appears in Output¶
60.00000 CYBER_TRIGGER_EVALUATION Global_Trigger trigger1 false
90.00000 CYBER_TRIGGER_EVALUATION Platform_Trigger trigger2 plat_trigger2 true
How to Show Messages¶
event_output file replay.evt # write event messages to file "replay.evt" enable CYBER_TRIGGER_EVALUATION end_event_output csv_event_output file replay.csv # write event messages to file "replay.csv" enable CYBER_TRIGGER_EVALUATION end_event_output