Executive
This interface provides low level supervision of the command interpreter in OpenDSS. Executive 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;
DSSExecutive = DSSObject.Executive;