We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86543d8 commit beeccf3Copy full SHA for beeccf3
Modelica/Clocked/ClockSignals/Clocks/PeriodicExactClock.mo
@@ -6,7 +6,7 @@ block PeriodicExactClock
6
parameter Integer factor(min=0)
7
"Sample factor with respect to resolution" annotation(Evaluate=true);
8
parameter Clocked.Types.Resolution resolution=Resolution.ms "Clock resolution"
9
- annotation (Evaluate=true, __Dymola_editText=false);
+ annotation (Evaluate=true);
10
extends Clocked.ClockSignals.Interfaces.PartialPeriodicClock;
11
protected
12
constant Integer conversionTable[8]={365*24*60*60, 24*60*60, 60*60, 60, 1, 1000, 1000*1000, 1000*1000*1000}
0 commit comments