Package with type definitions
Information
This package contains type definitions.
Package Content
Types and constants
  type DataSource = enumeration(
    File "Use data from file",
    Parameter "Use parameter",
    Input "Use input connector") "Enumeration to define data source";
  type SkyTemperatureCalculation = enumeration(
    HorizontalRadiation "Use horizontal irradiation",
    TemperaturesAndSkyCover 
      "Use dry-bulb and dew-point temperatures and sky cover") 
  "Enumeration for computation of sky temperature";
Automatically generated Thu Jul 26 10:20:05 2012.