.. _Grid: Grid ************************** Wrapper for SAM Simulation Core model: `cmod_grid.cpp `_ Creating an Instance ========================= There are three methods to create a new instance of a PySAM module. Using ``default`` populates the newclass' attributes with default values specific to a ``config``. Each technology-financialconfiguration corresponds to a SAM GUI configuration. Using ``new`` creates an instance with empty attributes. The ``wrap`` function allows compatibility with PySSC, for details, refer to :doc:`../PySSC`. **Grid model description** .. automodule:: PySAM.Grid :members: Functions ========================= .. autoclass:: PySAM.Grid.Grid :members: Lifetime Group ============== .. autoclass:: PySAM.Grid.Grid.Lifetime :members: GridLimits Group ============== .. autoclass:: PySAM.Grid.Grid.GridLimits :members: SystemOutput Group ============== .. autoclass:: PySAM.Grid.Grid.SystemOutput :members: Load Group ============== .. autoclass:: PySAM.Grid.Grid.Load :members: Outputs Group ============== .. autoclass:: PySAM.Grid.Grid.Outputs :members: