﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3384	Issues with Modelica_Noise Beta 1 Frontend	martin.otter@…	somebody	"Please get ​https://github.com/DLR-SR/Noise/tree/MSL (​https://github.com/DLR-SR/Noise/archive/MSL.zip) and load package Modelica Modelica_Noise Beta 1.

With OpenModelica 1.9.3NightlyBuild from today, the following problems occur:

Translating
{{{
simulate(Modelica_Noise.Blocks.Examples.NoiseExamples.NormalNoiseProperties)
simulate(Modelica_Noise.Blocks.Examples.NoiseExamples.WeibullNoiseProperties)
}}}
gives the following error (unfortunately in German)

Variable mu konnte nicht im Geltungsbereich von Modelica_Noise.Blocks.Noise.GenericNoise$noise gefunden werden.

The issue seems to be
{{{
Blocks.Examples.NoiseExamples.NormalNoiseProperties:
model NormalNiseProperties
  extends UniformNoiseProperties(pMean = mu, var = sigma^2,
          noise(redeclare function distribution =
      Modelica_Noise.Math.Distributions.Normal.quantile(mu=mu,sigma=sigma)));

  parameter Real mu = 3;
  parameter Real sigma = 1;
}}}

so propagation of parameters to function calls"	defect	new	high	Future	Frontend	trunk			martin.otter@…
