Add Plotted Variables
Allows adding new variables that will be plotted at the end of the testcase.
Arguments Description
- list_var (Union[str, list[str]]): A list of strings, each string is a variable name in the fmu.
If only one variable is to be added, it is possible to use a string (one variable name) instead of a list.
Returns
Examples
- **| # Example 1
- Add Plotted Variables variable_name# Example 2${new_variables} = Create List ${variable_name1} ${variable_name2}Add Plotted Variables ${new_variables}**