Skip to content

TagPara

lukas edited this page May 19, 2017 · 1 revision

Table of Contents

tag para

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

description

This tag is used to define parameters for creating a parameter space, see section about parameter space. It has no functionality other than that.

examples

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

Clone this wiki locally