![]() | E3DWriter Class |
The E3DWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Create | Creates a new standard .emin file writer for the provided document. |
![]() ![]() | CreateSParameter | Creates a new s-parameter .emin file writer for the provided document. |
![]() | 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) |
![]() ![]() | GetSim | Gets Current simulation |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object) |
![]() | Write | Exports the .emin file to an arbitrary directory. |
![]() | Write(CancellationToken) | Exports the .emin file to an arbitrary directory. |
![]() | Write(String) | Exports the .emin file to the provided directory. |
![]() | Write(String, CancellationToken) | Exports the .emin file to the provided directory. |
![]() ![]() | Write(Document, Simulation, String) | Exports a standard .emin file for the provided document. |
![]() ![]() | WriteSParameter | Exports a s-parameter .emin file for the provided document. |
Name | Description | |
---|---|---|
![]() | WarningThrown | Occurs when a warning is thrown while processing a simulation document for export. |
from ema3d.Api.V25.Core.Execution import E3DWriter as E3DWriter # Write out a configuration file doc = Window.ActiveWindow.Document writer = E3DWriter.Create(doc, E3DWriter.GetSim()) writer.Write() # Write to a new sim directory