Get Variables
Returns a list of the available variable in the considered fmu.
Arguments Description
No argument is required.
Returns
list[str]: a list of strings, each string is a variable in the selected fmu.
Example
${all_variables} = Get VariablesLog ${all_variables}[0]