NREL / PyDSS

Other
33 stars 19 forks source link

Exports settings documentation out of date #116

Open nlaws-camus opened 1 year ago

nlaws-camus commented 1 year ago

It appears that the Enhanced result export features page is no longer valid? It starts with:

Enhanced result export features

PyDSS provides users with high level options to export results and variables of interest. Within the Scenario_settings.TOML file there are four settings users are able to change

"Log Results" = true "Return Results" = false "Export Mode" = "byClass" "Export Style" = "Single file"

For example, searching the code for instances of "Export Mode" brings up a lot of toml files, but the ExportsModel class removes the "Export Mode" before parsing: https://github.com/NREL/PyDSS/blob/127d531d887fc05724660e7723adb2fe62bee4b3/PyDSS/simulation_input_models.py#L386-L389

Also, I think that the "Scenario_settings.TOML file" is now the "simulation.toml" located in the top directory of a "project"?

nlaws-camus commented 1 year ago

FYI @daniel-thom I will address some of these documentation issues if I can. Just trying to figure out how to use PyDSS.