tool¶
psifx base tool.
Classes
Base class for any tool. |
- class Tool(device, overwrite=False, verbose=True)[source]¶
Bases:
objectBase class for any tool.
- Parameters:
device (
str) – The device where the computation should be executed.overwrite (
bool) – Whether to overwrite existing files, otherwise raise an error.verbose (
Union[bool,int]) – Whether to execute the computation verbosely.