Charge |
The ChargeDomain type exposes the following members.
| Name | Description | |
|---|---|---|
| AdvancedOptionsFESolver | The Charge Domain Advanced Options. | |
| Document | Document which Charge Domain resides. | |
| FESolverOptions | The Charge Domain Finite Element Solver Options. | |
| FluidOptions | The Charge Domain Fluid Options. | |
| PICOptions | The Charge Domain PIC Options. | |
| SwitchChargingOptions | The Charge Domain charging options, including simulation type. | |
| TimeStepSettings | The Charge Domain time settings. | |
| TransportOptions | The Charge Domain Transport Options. |
| 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) | |
| GetInstance | Get the current charge domain instance in the document, or create a new one if it doesn't exist. | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
from ema3d.Api.V26.Charging.Domain import ChargeDomain as ChargeDomain _cd = ChargeDomain.GetInstance(Window.ActiveWindow.Document)