FeatureSimulation Class Reference
Last update: 17.07.2025Represents a Speos simulation feature. More...

Public Member Functions | |
| 'None' | Isolate (self) |
| Isolates the simulation and its results. | |
| 'None' | Export (self, path) |
| Exports the simulation to a specified location. | |
| 'None' | LinkedExport (self) |
| Exports the simulation to the Speos isolated folder. | |
| 'None' | RegenerationSpeosHPC (self) |
| Runs the simulation on the Speos HPC cluster. | |
Public Member Functions inherited from Feature | |
| 'None' | Update (self) |
| Updates the feature. | |
| 'None' | Delete (self) |
| Deletes the feature. | |
Additional Inherited Members | |
Static Public Attributes inherited from Feature | |
| str | Name = property(fget=__GetName) |
| Returns the name of the feature. | |
Detailed Description
Represents a Speos simulation feature.
A base class for all Speos simulation features.
This is an abstract class that provides the basic functionality common to all simulation features.
This is an abstract class, and cannot be instantiated.
To obtain an instance of this class, refer to the simulation builders.
Member Function Documentation
◆ Export()
| 'None' Export | ( | self, | |
| path ) |
Exports the simulation to a specified location.
Prerequisite: The simulation must be updated.
- Parameters
-
[in] path : The output folder.
◆ Isolate()
| 'None' Isolate | ( | self | ) |
Isolates the simulation and its results.
Prerequisite: The simulation must be updated.
◆ LinkedExport()
| 'None' LinkedExport | ( | self | ) |
Exports the simulation to the Speos isolated folder.
Exports the simulation to the folder "./Speos isolated folder/"
◆ RegenerationSpeosHPC()
| 'None' RegenerationSpeosHPC | ( | self | ) |
Runs the simulation on the Speos HPC cluster.
Prerequisite: The Speos HPC cluster must be configured.
The documentation for this class was generated from the following file:
- SpeosNX.py
Public Member Functions inherited from