Returns a string representation of the nominal values.
function nominalValuesToString extends Modelica.Icons.Function; input Buildings.Fluid.DXSystems.Cooling.AirSource.Data.Generic.BaseClasses.NominalValues nomVal "Nominal values"; output String s "A string representation of the nominal values"; end nominalValuesToString;