Ticket #4570: TwoStatesMachine1.mos

File TwoStatesMachine1.mos, 198 bytes (added by Bernhard Thiele, 7 years ago)
Line 
1
2loadFile("TwoStatesMachine1.mo");
3setCommandLineOptions({"--simCodeTarget=Cpp"}); getErrorString();
4simulate(TwoStatesMachine1, startTime=0, stopTime=30, numberOfIntervals = 0); getErrorString();
5