finesse.element.ModelElement.parameter_table¶
- ModelElement.parameter_table(eval_refs=False, return_str=False)[source]¶
 Model parameter table.
- Parameters
 - eval_refsbool
 Whether to evaluate symbolic references to their numerical values. Does not have effect when return_str is False. Defaults to False.
- return_strbool
 Return str representation instead of
finesse.utilities.Table. Necessary when setting eval_refs to True. Defaults to False.
- Returns
 finesse.utilities.TableThe formatted parameter info table.
- str
 String representation of the table, if ‘return_str’ is True
- None
 If there are no parameters.