optic.utils.parameters

class parameters

Basic class to be used as a struct of parameters

__init__()

Methods

__init__()

copy()

Returns a deep copy of the parameters object.

latex_table()

Generates a LaTeX table of the parameters and their values.

table()

Generates a Markdown table of the parameters and their values.

to_engineering_notation(value)

Converts a numerical value to engineering notation with appropriate prefixes.

view()

Prints the attributes and their values in either standard or scientific notation.