Update Input-File.md

This commit is contained in:
Scott Fennell 2020-10-09 17:54:29 -05:00 committed by GitHub
parent 7db4af610b
commit 50039dd8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -409,7 +409,7 @@ trick.stop(trick.exec_get_sim_time() + 5.0)
Trick 10 events are a hybrid of Trick 07 events and malfunctions. A Trick 07 event has one or more conditions, one action, and is evaluated by the input processor. A Trick 07 malfunction also has one or more conditions (called triggers) that you can disable/enable, multiple actions, manual mode, and is evaluated before/after a specified job. Multiple conditions in malfunctions are ORed in 07, while multiple conditions in events can be specified by the user as being ORed or ANDed. Here is the Python syntax showing how Trick 10 events implement all of this functionality.
For information on how Trick processes events during runtime, see [[Event Processing|Event Manager]].
For information on how Trick processes events during runtime, see [Event Processing](/trick/documentation/simulation_capabilities/Event-Manager).
#### Basic Event Usage