CYBER_TRIGGER_EXECUTION¶
This event is generated when a cyber_trigger has executed.
Format¶
<time> CYBER_TRIGGER_EXECUTION <trigger_scope> <trigger_name> <platform>
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).
How it Appears in Output¶
90.00000 CYBER_TRIGGER_EXECUTION Global_Trigger trigger1
90.00000 CYBER_TRIGGER_EXECUTION Platform_Trigger trigger2 plat_trigger2
How to Show Messages¶
event_output file replay.evt # write event messages to file "replay.evt" enable CYBER_TRIGGER_EXECUTION end_event_output csv_event_output file replay.csv # write event messages to file "replay.csv" enable CYBER_TRIGGER_EXECUTION end_event_output