This interface can be used to gain access to the features and properties of the active circuit. This is one of the most important interfaces since it embeds other interfaces, providing access to them as a property declaration. The circuit interface is exposed directly by the OpenDSSEngine.


Example


% Create DSS object

DSSObject = actxserver('OpenDSSEngine.DSS')

if ~DSSObject.Start(0),

                    disp("Unable to start openDSS");

                    return

end;

DSSCircuit = DSSObject.ActiveCircuit;