Parameter List
The parameter list manages all parameters required for modeling.
To access the parameter list, click the [Edit Parameters] button:
- in the toolbar of an input table
- in the Formula Editor
The Edit Parameters dialog box appears.
Each table row manages a Parameter. In column A, enter a name that must consist of ASCII signs and contain no spaces. The name is used to refer to the parameter in the formulas. Each parameter name can only be assigned once.
In table column B, define the Unit Type to determine if the parameter represents a length, load, density, etc. The unit types are predefined. To access the selection list available in this column, use the shortcut button or [F7].
In column C, specify the numerical Value of the parameter.
Specify the Unit in table column D. To access the selection list of available units in this column, use the shortcut button or [F7].
In column E, you can enter a Formula to determine the value of the parameter for table column C. In addition to common mathematical operations, If statements and Max-/Min- functions are available. With the $-reference, you can refer to a specific table (for example, $1.1(A1) uses the value of cell A1 from table 1.1).
if(A<B;10;B) |
If parameter A is smaller than parameter B, the value 10 is applied. Otherwise, parameter B is used. |
max(A;B) |
The larger value among parameters A and B is used. |
min(max(A;B);C) |
The larger value of parameters A and B is determined, which is then compared to the value of parameter C. The smallest value is finally applied. |
Use the button in table column E to access a List of operators and functions.
In table column F, you can define a Range of Values to control the values of column C.
Column G is reserved for entering any Comment.
The parameters can be entered cell by cell.
For efficient input, several tools are available, which you can access by right-clicking a cell.
The editing functions (empty or insert row, replace,
When several cells are marked as a selection, the following shortcut menu appears.
You can find a description of the menu functions in Chapter 11.5.1 and 11.5.2.
In addition to the default buttons, the following functions are available in the parameter list.
Button | Description |
---|---|
Saves the parameter list in a file. |
|
Loads a saved parameter list. |
|
Exports the parameter list to MS Excel. |
|
Imports the data from the opened Excel table. |
|
Opens the calculator and imports its result. |
|
Deletes the entire content of the parameter list. |
|
Shows the cross-section details of the cross-sections used in the model. |