:orphan: .. **************************************************************************** .. CUI .. .. The Advanced Framework for Simulation, Integration, and Modeling (AFSIM) .. .. The use, dissemination or disclosure of data in this file is subject to .. limitation or restriction. See accompanying README and LICENSE for details. .. **************************************************************************** WSF_CYBER_COMPOSITE_TRIGGER --------------------------- .. model:: trigger WSF_CYBER_COMPOSITE_TRIGGER .. parsed-literal:: cyber_trigger WSF_CYBER_COMPOSITE_TRIGGER ... :command:`cyber_trigger` Commands ... policy_ [and | or] triggers_ ... end_triggers end_cyber_trigger Overview ======== :model:`WSF_CYBER_COMPOSITE_TRIGGER` provides the capability to reuse and combine the conditional checks from other triggers. Commands ======== .. command:: policy [and | or] Specifies how the evaluated scripts from the input triggers will be logically combined. Valid options for this command are **and** and **or**. **Default**: and .. command:: triggers ... end_triggers Specifies the triggers whose results of :command:`cyber_trigger.OnEvaluate` should be logically combined to trigger this effect. .. note:: Triggers specified in this list can not be defined as platform components.