![]() | Time Class |
The Time type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets number of simulation time steps. |
![]() | End | Gets/Sets simulation end time in seconds. |
![]() | FreqMax | Gets/Sets maximum simulation frequency |
![]() | FreqMin | Gets/Sets minimum simulation frequency |
![]() | IncrementMethod | Gets/Sets time increment method. |
![]() | MagnetoSteps | Gets/Sets the magnetostatic steps. |
![]() | StabilityMargin | Gets/Sets simulation stability margin. |
![]() | Start | Start time of simulation. |
![]() | Step | Gets/Sets simulation time steps. |
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) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
from ema3d.Api.V25.Core.Domain import Domain as Domain # Get/Create Domain _dom = Domain.GetInstance() # Modify Time _dom.Time.End = 1e-5 _dom.Time.Step = 1e-11