finesse.element.ModelElement.info_parameter_table

ModelElement.info_parameter_table(self, tablefmt='fancy_grid')

Info parameter table.

This provides a table with useful fields in addition to those contained in parameter_table().

Parameters

tablefmt : str, optional; default: “fancy_grid”

The plain-text table format to pass to tabulate.

Returns

str

The formatted extra info table.

None

If there are no info parameters.