PySAM Functions
Note
This section is a draft to be revised and expanded.
new()Create an instance with empty attributes.
default(config)Populate a compute module’s attributes with default values for the configuration name
config.from_existing(compute-module, config-optional)Share underlying data with a PySAM object
compute-modulethat was created using eitherdefault()or anotherfrom_existing(). Ifconfig-optionalis provided, loads defaults for the named configuration.wrap()Allows compatibility with PySSC, for details, refer to :doc: PySSC <PySSC>`.