E3DSimulation Class |
The E3DSimulation type exposes the following members.
| Name | Description | |
|---|---|---|
| E3DSimulation |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Launch | Starts a standard EMA3D FDTD simulation using the provided input file. | |
| LaunchAndWait | Starts a standard EMA3D FDTD simulation using the provided input file and waits for it to complete. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
from ema3d.Api.V26.Core.Execution import E3DSimulation as E3DSimulation # Run simulation from filepath _filepath = r"C:\Users\Example Simulation\Domain.emin" _sim = E3DSimulation.Launch(_filepath).WaitForCompletion()