APM.CSV_WRITE - APMonitor Option

Main.OptionApmCsvWrite History

Hide minor edits - Show changes to output

June 08, 2017, at 11:22 PM by 10.5.113.159 -
Changed line 5 from:
%width=50px%Attach:apm.png
to:
%width=50px%Attach:apm.png [[Main/DbsGlobal|Global Options]] | %width=30px%Attach:fv.png %width=30px%Attach:mv.png %width=30px%Attach:sv.png %width=30px%Attach:cv.png[[Main/DbsVariable|Local Options]]
June 08, 2017, at 11:22 PM by 10.5.113.159 -
Added lines 15-16:

See also [[Main/OptionApmCsvRead|CSV_READ]], [[Main/OptionApmDbsRead|DBS_READ]], [[Main/OptionApmDbsWrite|DBS_WRITE]]
June 01, 2017, at 06:52 AM by 45.56.3.173 -
Changed lines 9-12 from:
 Description: CSV write: 0=Off, 1=Write results.csv, 2=Write results_all.csv
to:
 Description: CSV write
             0=Off
              1=Write results.csv
           
2=Write results_all.csv
June 01, 2017, at 06:52 AM by 45.56.3.173 -
Added lines 1-11:
(:title APM.CSV_WRITE - APMonitor Option:)
(:keywords APM.CSV_WRITE, Optimization, Estimation, Option, Configure, Default, Description:)
(:description CSV write: 0=Off, 1=Write results.csv, 2=Write results_all.csv:)

%width=50px%Attach:apm.png

 Type: Integer, Input
 Default Value: 0
 Description: CSV write: 0=Off, 1=Write results.csv, 2=Write results_all.csv

CSV_WRITE is an option that controls how much information is written to results files. When it is 0 (OFF), no result files are written. This may be desirable to further reduce the time associated with solution post-processing. When CSV_WRITE=1, a file results.csv is written with all of the constants, parameters, and variables. The data is written in a row oriented form with each row header as the name and subsequent column values are the values at each of the time points requested in the input data file. The data file can be retrieved from the server with the apm_sol(s,a) client function that stores the results.csv file locally as solution.csv. When CSV_WRITE=2, another file named results_all.csv is produced that contains not only the endpoints but also the intermediate collocation nodes of the solution. This file offers a more detailed view of the solution that is also reported through the web-interface plots.