Parameters
Introduction | Parameters allow to change values and settings of TIS Projects (general parameters) and of operators (parameters of operators)
Parameters are project-specific, i.e., the scope of a parameter is the project in which it is defined. A parameter from one project is not visible to other projects (however, values can be shared by several projects via TIS Tables). |
What kinds of parameters are there? | There are two types of parameters
|
What are parameters good for?
example: | General Parameters General parameters are of one of the primitive data types available in TIS. They allow for user input via the TIS Board, e.g., using the TIS Board - Recalculate 3.0 operator (including a caption and a helptext)
Their values can be used (with varying syntax) in different operators, e.g.,
Parameters for operation settings These parameters refer to an operation setting, e.g., the intervals for scaling. They can be made available in the TIS Board by the Controller Portlet. This way
|
How to change values of parameters? | Parameter values can be changed in two ways:
|
Drop Down | Some value types produce specific interfaces (e.g. for date time) You may restrict the possible values or only allow for some values (e.g. texts in a drop-down menu) |
Please note | Text parameters must not be longer than 4000 characters. |
Python | The Python Scripting operator provides information on all parameters |