finesse.solutions.base

Base solution interface.

Solution classes contain the output from a Finesse simulation, and convenience methods for accessing, plotting and serialising that output.

Solutions intentionally do not contain references to the model that produced its results. This is so that the solution can be serialised without requiring the model that produced it itself be serialisable.

Classes

BaseSolution(name[, parent])

ParameterChangingTreeNode(name[, parent])

SolutionSet(solutions)

A SolutionSet is a collection of solution objects that have been generated from running a model.