Created
April 14, 2015 14:09
-
-
Save thorade/77ece08d483045cba02d to your computer and use it in GitHub Desktop.
a Modelica enumeration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type trigger_type=enumeration( | |
event_trig "Event", | |
cyclic_trig "Cyclic", | |
cyclic_event_trig "Cyclic + Event", | |
initial_trig "At Start only", | |
terminal_trig "At Stop only") "Use as trigger"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment