Buildings.Controls.OBC.OutdoorLights.Validation (original) (raw)
Collection of models that validate the outdoor lighting controllers
Information
This package contains validation models for the classes inBuildings.Controls.OBC.OutdoorLights.
Package Content
| Name | Description |
|---|---|
DaylightControlled |
Validation model for the outdoor lighting control based on daylight |
Buildings.Controls.OBC.OutdoorLights.Validation.DaylightControlled
Validation model for the outdoor lighting control based on daylight

Information
This example validates the blockBuildings.Controls.OBC.OutdoorLights.DaylightControlled. The parameters are selected for the location of San Francisco.
Extends from Modelica.Icons.Example (Icon for runnable examples).
Modelica definition
model DaylightControlledextends Modelica.Icons.Example;Buildings.Controls.OBC.OutdoorLights.DaylightControlled dayCon( lat=0.6457718232379, lon=-2.1293016874331, timZon=-28800) ;end DaylightControlled;