﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3951	Availability of displayUnits in the Component Parameter windows	dennis.hu@…	Adeel Asghar	"Not for all units are the displayUnits with dimension avaiable.
E.g. in the model  'Modelica.Electrical.Analog.Examples.HeatingResistor' is for ""Amplitude of sine wave"" only ""V"" as unit avaiable.
{{{
type ElectricPotential = Real (final quantity=""ElectricPotential"", final unit=""V"");
}}}
An explicit definition of the displayUnit e.g. to ""kV"" does not change the available Unit in the Parameter window.

Furthermore the available displayUnits in the Component Parameter windows are not quantity sensitve. For example displayUnit ""Bq"" is show also for the following type:
{{{
type Frequency = Real (final quantity=""Frequency"", final unit=""Hz"");
}}}

In addition if the unit is unknown by the system and has the dimension [1] also [rad] and [sr] are available. E.g. in the example 'PowerSystems.Examples.Spot.AC3ph.Line' the
{{{
type Voltage = Real (final quantity=""Voltage"", unit=""V/V"");
}}}
"	defect	closed	critical		OMEdit	v1.10.0-dev-nightly	fixed		Adrian Pop
