APM.CSV_READ - APMonitor Option
Main.OptionApmCsvRead History
Hide minor edits - Show changes to markup
<td><center><b><u>CSV_READ</u></b></center></td><td><center><b><u>Description</u></b></center></td>
<td><b><u>CSV_READ</u></b></td><td><b><u>Description</u></b></td>
<table>
<table border='1' style='border-collapse:collapse;'>
<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>
<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>
<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. 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>
<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>
Description: CSV read: 0=Off, 1=On (fixed only), 2=On (fixed and calculated)
Description: CSV read: 0=Off 1=On (fixed only) 2=On (fixed and calculated)
Description: CSV read: 0=Off, 1=Batch, 2=Sequential
Description: CSV read: 0=Off, 1=On (fixed only), 2=On (fixed and calculated)
<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. 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>
<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. 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>
<table border=1>
<table>
<td><b>CSV_READ</b></td><td><b>Description</b></td>
<td><center><b><u>CSV_READ</u></b></center></td><td><center><b><u>Description</u></b></center></td>
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.
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. 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).

(: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:)

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.