- Posts: 4
Can I see and modify the mathematical code of a module in SDK?
- joaovitornavarro
- Topic Author
Less
More
16 Sep 2016 14:17 #4767
by joaovitornavarro
Replied by joaovitornavarro on topic Can I see and modify the mathematical code of a module in SDK?
Thank you for your help.
Please Log in or Create an account to join the conversation.
- Robert
Less
More
- Posts: 1
10 May 2023 06:15 #12136
by Robert
Replied by Robert on topic Can I see and modify the mathematical code of a module in SDK?
Hello Paul,
I have recently gained interest in using the SDK for development of a web application and was wondering if you have since made changes to it that allow modifications to the underlying code/model equations, and if so, how can I do this?
Thanks,
Robert
I have recently gained interest in using the SDK for development of a web application and was wondering if you have since made changes to it that allow modifications to the underlying code/model equations, and if so, how can I do this?
Thanks,
Robert
Please Log in or Create an account to join the conversation.
- Paul Gilman
Less
More
- Posts: 5526
10 May 2023 11:43 #12139
by Paul Gilman
Replied by Paul Gilman on topic Can I see and modify the mathematical code of a module in SDK?
Hi Robert,
The source code for the SAM Simulation Core (SSC), which is the library that underlies the SDK and PySAM, is open source. You could make modifications to a copy of the source code and build your own SSC library for use with the SDK, but the build process and code itself is involved, so this approach would require a lot of effort.
github.com/nrel/ssc
Best regards,
Paul.
The source code for the SAM Simulation Core (SSC), which is the library that underlies the SDK and PySAM, is open source. You could make modifications to a copy of the source code and build your own SSC library for use with the SDK, but the build process and code itself is involved, so this approach would require a lot of effort.
github.com/nrel/ssc
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: Paul Gilman