finesse.element.ModelElement.parameter_table

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

Model parameter table.

Parameters

tablefmt : str, optional; default: “fancy_grid”

The plain-text table format to pass to tabulate.

Returns

str

The formatted parameter info table.

None

If there are no parameters.