DSSim_Coms
(read only)
DEPRECATED
This property returns a handler for the DSSim_Coms interface. This interface is deprecated and has no useful purpose in OpenDSS.
Example
% Create DSS object
DSSObject = actxserver('OpenDSSEngine.DSS')
if ~DSSObject.Start(0),
disp('Unable to start openDSS');
return
end;
% Returns the handler to the DSSim_Coms interface
DSSComs = DSSObject.DSSim_Coms;