Isotropic |
The IsotropicDefinition type exposes the following members.
| Name | Description | |
|---|---|---|
| DisplayName | Gets/Sets the display name of the underlying sim object. | |
| Epsilon | Gets/Sets permittivity of isotropic material. | |
| Mu | Gets/Sets permeability of isotropic material. | |
| Sigma | Gets/Sets conductivity of isotropic material. | |
| SigmaM | Gets/Sets magnetic conductivity of isotropic material. |
| Name | Description | |
|---|---|---|
| Copy | Copy this definition to the same or a new document Create an isotropic material from Discovery. | |
| Create | Create an isotropic material from Discovery. | |
| 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) | |
| SetEpsilonRelativeWildcard | Sets epsilon to be wildcarded during export. | |
| SetSigmaWildcard | Sets sigma to be wildcarded during export. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
from ema3d.Api.V26.Core.Definitions import IsotropicDefinition as IsotropicDefinition # Create Definition _idef = IsotropicDefinition.Create() _idef.DisplayName = "Example Isotropic Definition" # Modify Property _idef.SigmaM = 1e2 _idef.Sigma = 1e6