Skip to content

Instantly share code, notes, and snippets.

@thorade
Created April 14, 2015 14:09
Show Gist options
  • Save thorade/77ece08d483045cba02d to your computer and use it in GitHub Desktop.
Save thorade/77ece08d483045cba02d to your computer and use it in GitHub Desktop.
a Modelica enumeration
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