![]() | Background Class |
The Background type exposes the following members.
Name | Description | |
---|---|---|
![]() | AirDensity | Gets/Sets background air density of FDTD Domain |
![]() | BackgroundType | Gets/Sets type of background being used. (Linear or Nonlinear) |
![]() | Conductivity | Gets/Sets background conductivity of FDTD Domain |
![]() | MagneticConductivity | Gets/Sets background magnetic conductivity of FDTD Domain |
![]() | Permeability | Gets/Sets background permeability of FDTD Domain |
![]() | Permittivity | Gets/Sets background permittivity of FDTD Domain |
![]() | WaterContent | Gets/Sets background water content of FDTD Domain |
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 from ema3d.Api.V25.Core.Domain import BackgroundType as BackgroundType # Get/Create Domain _dom = Domain.GetInstance() # Modify Background _dom.Background.BackgroundType = BackgroundType.Nonlinear _dom.Background.Conductivity = 1e-3