finesse.script.spec.make_analysis

finesse.script.spec.make_analysis(analysis_type, full_name, ref_args=None, **kwargs)[source]

Create a standard analysis adapter.

Use this for analyses that follow the normal behaviour: they are of type Action, their constructor signature defines their attributes, and the attributes are available with the same name in the object.