finesse.analysis.actions.Folder

Overview

class finesse.analysis.actions.Folder(name, action, solution)[source]

Bases: finesse.analysis.actions.Action

A Folder action collects a new solution every time the action is called.

An example of this is the ‘post step’ for the xaxis. A folder action is made called post_step and is passed to a function which will do it multiple times. After each step the specificed action is called and its solution will be added to the folder.