orientation property

String? orientation
getter/setter pair

The orientation of the panel. Possible string values are:

  • "SOLAR_PANEL_ORIENTATION_UNSPECIFIED" : No panel orientation is known.
  • "LANDSCAPE" : A LANDSCAPE panel has its long edge perpendicular to the azimuth direction of the roof segment that it is placed on.
  • "PORTRAIT" : A PORTRAIT panel has its long edge parallel to the azimuth direction of the roof segment that it is placed on.

Implementation

core.String? orientation;