Error
This interface provides low level supervision of the error handler in OpenDSS. Error is exposed directly by the DSS object (OpenDSSEngine).
Example
% Create DSS object
DSSObject = actxserver('OpenDSSEngine.DSS')
if ~DSSObject.Start(0),
disp("Unable to start openDSS");
return
end;
DSSError = DSSObject.Error;