7.3.1.5. No parameters (empty interface)¶
This interface cannot be used for parametrizations. It can only be used together with SinglePoint jobs. See Benchmarks from literature.
-
class
NoParameters
(settings=None)¶ A class representing an arbitrary engine in AMS. Cannot be used for parametrization, only for SinglePoint jobs.
-
__init__
(settings=None)¶ Constructs a NoParameters interfaces.
- Parameters
settings – an optional Settings instance used for the engines returned by this class.
-
get_engine
(parameters=None, path=None, write=False)¶ Given a set of parameters returns an Engine.
- Returns
an Engine instance for the given parameters
-
write
(path, parameters=None)¶ Writes the interface to disk (dummy file).
-