Parser
This interface can be used to gain low level access to the OpenDSS parser unit. The Parser 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;
DSSParser = DSSObject.Parser;