(read only)


This property returns the number of Circuits currently defined.


Example


% Create DSS object

DSSObject = actxserver('OpenDSSEngine.DSS')

if ~DSSObject.Start(0),

                    disp('Unable to start openDSS');

                    return

end;

% Gets the number of circuits defined (it can only be one in this interface)

NumCkts = DSSObject.NumCircuits;