watts.PluginPyARC

class watts.PluginPyARC(template_file, show_stdout=False, show_stderr=False, extra_inputs=None)[source]

Plugin for running PyARC

Parameters
  • template_file (str) – Templated PyARC input

  • show_stdout (bool) – Whether to display output from stdout when PyARC is run

  • show_stderr (bool) – Whether to display output from stderr when PyARC is run

  • extra_inputs (Optional[List[str]]) – List of extra (non-templated) input files that are needed

pyarc_exec

Path to PyARC executable

Methods

postrun(params)

Collect information from PyARC and create results object

prerun(params)

Generate PyARC input files

run(**kwargs)

Run PyARC