-
Notifications
You must be signed in to change notification settings - Fork 3
TagPara
lukas edited this page May 19, 2017
·
1 revision
Table of Contents
| attribute | role | description |
|---|---|---|
var |
required | name of the variable that will contain elements from the defined set |
dim |
optional | name of the dimensional group |
list |
optional | parameter set as a list |
file |
optional | file name that points to a csv file that contains a parameter set |
col |
optional | column id of the csv file to be used, only used if file is specified |
This tag is used to define parameters for creating a parameter space, see section about parameter space. It has no functionality other than that.
The following example shows the definition of four variables. Each with a definition set, that will span the total parameter space. The final parameter set will have 36 parameter combinations
<para dim="pos" var="xpos" list="1.0, 1.2, 1.4, 1.6, 1.8, 2.0" />
<para dim="pos" var="ypos" list="range(6)" />
<para dim="dia" var="diam" list="0.1, 0.2, 0.3" />
<para dim="hrr" var="hrr" file="input-hrr.csv"/># content of input-hrr.csv
4.56
7.89