Charge |
The ChargeSimulation type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Initializes a new ChargeSimulation from a given filepath or directory. | |
| 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) | |
| Start | Start simulation. | |
| StartAndWait | Start simulation. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
from ema3d.Api.V26.Charging.Execution import ChargeSimulation as ChargeSimulation # Run simulation from filepath _filepath = r"C:\Users\Example Simulation\Charge.cin" _sim = ChargeSimulation.Create(_filepath).Start().WaitForCompletion()