Skip to content

Commit

Permalink
Formatted text
Browse files Browse the repository at this point in the history
  • Loading branch information
mwetter committed Jan 3, 2024
1 parent 4b24bb7 commit 45d7e1e
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
within IBPSA.Electrical.BaseClasses.PV.BaseClasses.PVOptical;
type PVType = enumeration(
MonoSI
"Single-crystalline Silicon PV technology",
MonoSI "Single-crystalline Silicon PV technology",
PolySI "Poly-crystalline Silicon PV technology",
ThinFilmSI
"Thin film Silicon PV technology",
ThinFilmSI "Thin film Silicon PV technology",
ThreeJuncAmorphous "Three-junction amorphous PV technology")
"Enumeration to define definition of the PV technology"
annotation(Documentation(info="<html>
<p>
Enumeration to define the PV material type used in the PV models.
</p>
</html>",
revisions="<html>
revisions="<html>
<ul>
<li>
Oct 6, 2023, by Laura Maier:<br/>
Expand Down

0 comments on commit 45d7e1e

Please sign in to comment.