(read/write)


This property can be used to set/get the DSS Data File Path.  This is the default path for reports, etc. from DSS.


Example


% Create DSS object

DSSObject = actxserver('OpenDSSEngine.DSS')

if ~DSSObject.Start(0),

                    disp("Unable to start openDSS");

                    return

end;

myDataPath = DSSObject.DataPath;