This interface can be used to gain access to the features of the Load shapes (LoadShapes) used for describing the behavior in time of Power Conversion Elements (PCE) and controllers in the model. LoadShapes can be used to define the features of multiple PCE across the model. 

This interface is embedded within the ActiveCircuit interface, requiring the definition of this interface before getting access the to LoadShapes interface.


Example


% Create DSS object

DSSObject = actxserver('OpenDSSEngine.DSS')

if ~DSSObject.Start(0),

                    disp("Unable to start openDSS");

                    return

end;

DSSCircuit = DSSObject.ActiveCircuit;

DSSLoadShapes = DSSCircuit.LoadShapes;