christiankral / PhotoVoltaics

Modelica library for the simulation of photo voltaic cells and modules
Other
25 stars 17 forks source link

Use absolute instance names in all module records of PhotoVoltaics.Records #43

Closed christiankral closed 4 years ago

christiankral commented 4 years ago

The relative paths of, e.g.,

record TSM_200_DC01A "Comax monocrystalline SI cell 200W"
  extends ModuleData(final moduleName =...
end TSM_200_DC01A;

shall be changed to

record TSM_200_DC01A "Comax monocrystalline SI cell 200W"
  extends PhotoVoltaics.Records.ModuleData(final moduleName =...
end TSM_200_DC01A;