APM.CSV_READ - APMonitor Option

Main.OptionApmCsvRead History

Hide minor edits - Show changes to output

Changed line 18 from:
<td><center><b><u>CSV_READ</u></b></center></td><td><center><b><u>Description</u></b></center></td>
to:
<td><b><u>CSV_READ</u></b></td><td><b><u>Description</u></b></td>
Changed line 16 from:
<table>
to:
<table border='1' style='border-collapse:collapse;'>
Changed line 24 from:
<td>1</td><td>Read values from CSV (data) file and transfer to measured property. Transfer to model values for any values that are specified as fixed (versus calculated). This preserves the model values from a prior solution.</td>
to:
<td>1</td><td>Read values from CSV (data) file and transfer to measured property. Transfer to model values for any values that are specified as fixed (versus calculated). This preserves the calculated model values from a prior solution.</td>
Changed line 26 from:
<td>2</td><td>Read values from CSV (data) file for all fixed or calculated values. This option may be desirable when initializing model values. [[Main/OptionApmColdstart|COLDSTART]] >=1 also uses all CSV (data) file values for initialization but requires that there are zero degrees of freedom with the same number of variables and equations.</td>
to:
<td>2</td><td>Read values from CSV (data) file for all fixed or calculated values. This option may be desirable when initializing model values. <a href='/wiki/index.php/Main/OptionApmColdstart'>COLDSTART</a> >=1 also uses all CSV (data) file values for initialization but requires that there are zero degrees of freedom with the same number of variables and equations.</td>
Changed lines 9-11 from:
 Description: CSV read: 0=Off, 1=On (fixed only), 2=On (fixed and calculated)
to:
 Description: CSV read: 0=Off
                        1=On (fixed only)
                     
2=On (fixed and calculated)
Changed lines 9-10 from:
 Description: CSV read: 0=Off, 1=Batch, 2=Sequential
to:
 Description: CSV read: 0=Off, 1=On (fixed only), 2=On (fixed and calculated)
Changed line 24 from:
<td>2</td><td>Read values from CSV (data) file for all fixed or calculated values. This option may be desirable when initializing model values. [[Main.OptionApmColdstart|COLDSTART]] >=1 also uses all CSV (data) file values for initialization but requires that there are zero degrees of freedom with the same number of variables and equations.</td>
to:
<td>2</td><td>Read values from CSV (data) file for all fixed or calculated values. This option may be desirable when initializing model values. [[Main/OptionApmColdstart|COLDSTART]] >=1 also uses all CSV (data) file values for initialization but requires that there are zero degrees of freedom with the same number of variables and equations.</td>
Changed line 14 from:
<table border=1>
to:
<table>
Changed line 16 from:
<td><b>CSV_READ</b></td><td><b>Description</b></td>
to:
<td><center><b><u>CSV_READ</u></b></center></td><td><center><b><u>Description</u></b></center></td>
Changed line 14 from:
<table>
to:
<table border=1>
Changed lines 11-29 from:
CSV_READ indicates whether a comma separated value data file should be used by the application as part of initializing a problem and loading data. The name of the CSV file is the same as the name of the model file. When using the Python, MATLAB, or Julia interfaces, the server automatically renames the model and data files to be the same when they are passed to the server. A data file is passed to the server with the csv_load(s,a,’data_file_name.csv’) command. The CSV file can also be removed from the server with the apm(s,a,’clear csv’) command. If there is no CSV (data) file to read and CSV_READ is on, the program continues after leaving a warning message.
to:
CSV_READ indicates whether a comma separated value data file should be used by the application as part of initializing a problem and loading data.

(:html:)
<table>
<tr>
<td><b>
CSV_READ</b></td><td><b>Description</b></td>
</tr>
<tr>
<td>0 (Off)</td><td>Do not read CSV (data)
file</td>
</tr>
<tr>
<td>1</td><td>Read values from CSV (data) file and transfer to measured property. Transfer to
model values for any values that are specified as fixed (versus calculated). This preserves the model values from a prior solution.</td>
</tr>
<td>2</td><td>Read values from
CSV (data) file for all fixed or calculated values. This option may be desirable when initializing model values. [[Main.OptionApmColdstart|COLDSTART]] >=1 also uses all CSV (data) file values for initialization but requires that there are zero degrees of freedom with the same number of variables and equations.</td>
</tr>
</table>
(:htmlend:)

The name of the CSV file is the same as the name of the model file base with a ''.csv'' extension instead of the ''.apm'' extension. When using the Python, MATLAB, or Julia interfaces, the server automatically renames the model and data files to be the same when they are passed to the server. A data file is passed to the server with the csv_load(s,a,’data_file_name.csv’) command. The CSV file can also be removed from the server with the apm(s,a,’clear csv’) command. If there is no CSV (data) file to read and CSV_READ is on, the program continues after leaving a warning message but also turns CSV_READ to 0 (OFF)
.
June 08, 2017, at 11:21 PM by 10.5.113.159 -
Changed lines 5-6 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]]
Added lines 12-13:

See also [[Main/OptionApmCsvWrite|CSV_WRITE]], [[Main/OptionApmDbsRead|DBS_READ]], [[Main/OptionApmDbsWrite|DBS_WRITE]]
June 01, 2017, at 06:51 AM by 45.56.3.173 -
Added lines 1-11:
(:title APM.CSV_READ - APMonitor Option:)
(:keywords APM.CSV_READ, Optimization, Estimation, Option, Configure, Default, Description:)
(:description CSV read: 0=Off, 1=Batch, 2=Sequential:)

%width=50px%Attach:apm.png

 Type: Integer, Input
 Default Value: 1
 Description: CSV read: 0=Off, 1=Batch, 2=Sequential

CSV_READ indicates whether a comma separated value data file should be used by the application as part of initializing a problem and loading data. The name of the CSV file is the same as the name of the model file. When using the Python, MATLAB, or Julia interfaces, the server automatically renames the model and data files to be the same when they are passed to the server. A data file is passed to the server with the csv_load(s,a,’data_file_name.csv’) command. The CSV file can also be removed from the server with the apm(s,a,’clear csv’) command. If there is no CSV (data) file to read and CSV_READ is on, the program continues after leaving a warning message.