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 Fri Nov 4 08:27:02 2011.