modelica-deprecated / Modelica_Synchronous

Free (standard conforming) library to precisely define and synchronize sampled data systems with different sampling rates. It provides convenient to use blocks to utilize the new synchronous language elements introduced in Modelica 3.3.
11 stars 7 forks source link

Missing useClock parameter in Modelica_Synchronous.RealSignals.Sampler.AssignClock* #8

Closed modelica-trac-importer closed 7 years ago

modelica-trac-importer commented 7 years ago

Reported by adrpo on 22 Feb 2016 17:12 UTC In the annotation of models: AssignClock and AssignClockVectorized we have:

Line(visible=useClock,...)

but useClock is not defined anywhere.


Migrated-From: https://trac.modelica.org/Modelica/ticket/1919

modelica-trac-importer commented 7 years ago

Comment by otter on 22 Feb 2016 17:41 UTC Fixed in 65ac4a5988beca1e554823f7970e3a247ed6f15e

modelica-trac-importer commented 7 years ago

Changelog modified by otter on 22 Feb 2016 17:41 UTC Access of non-existing variable useClock in visible annotations of XXX.AssignClock, XXX.AssignVectorizedClocked removed

modelica-trac-importer commented 7 years ago

Modified by dietmarw on 22 Feb 2016 21:58 UTC