Dear Alex,
Here's a simple SamUL code snippet that does what you describe:
<begin>
SetActiveCase("New Photovoltaics Case 1")
SetInput("pv.mod.cec.module_name","SAM/CEC Modules/First Solar
FS-267")
Simulate()
OutLn(GetOutput("system.annual.e_net"))
SetInput("pv.mod.cec.module_name","SAM/CEC Modules/GE Energy GEPVp-066-
G")
Simulate()
OutLn(GetOutput("system.annual.e_net"))
<end>
Note that you have to use the full module name as it appears in the
list on the module page.
Thanks,
Paul.
On Oct 18, 5:37 pm, Alex Thornton <
alex.thorn...@locusenergy.com>
wrote: