model_properties_info_df#

TwinRuntime.model_properties_info_df(var_names, max_var_to_print)#

Evaluate the properties (name, unit, quantity type, start value, minimum value, maximum values, description) of the given variables, with a maximum number of variables to consider.

Parameters:
var_nameslist

List of variables names for which the variable properties need to be evaluated.

max_var_to_printint

Maximum number of variables for which the properties need to be evaluated.

Returns:
pandas.DataFrame

Pandas dataframe storing the properties evaluated for the given variables and maximum number to consider.