Name | Description |
---|---|
UseRadioButtonSources | Example to demonstrate the usage of RadioButtonSource components |
model UseRadioButtonSources "Example to demonstrate the usage of RadioButtonSource components" extends Modelica.Icons.Example;Modelica_StateGraph2.Blocks.Interactive.RadioButtonSource start( reset={stop.on,shut.on}, buttonTimeTable={1,3}); Modelica_StateGraph2.Blocks.Interactive.RadioButtonSource stop( reset={start.on,shut.on}, buttonTimeTable={2,4}); Modelica_StateGraph2.Blocks.Interactive.RadioButtonSource shut( reset={start.on,stop.on}, buttonTimeTable={5}); equationend UseRadioButtonSources;