![]() | Configuration |
The ConfigurationWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() | ConfigurationWriter |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() ![]() | Export(Document, String) | Export a configuration control from the current document and simulation. |
![]() ![]() | Export(Simulation, Domain, String) | Export a configuration control from a given simulation and domain. |
![]() | 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.Execution import ConfigurationWriter as ConfigurationWriter # Write out a configuration file doc = Window.ActiveWindow.Document filepath = doc.Path.lower().replace(".dsco","_configuration.xlsx") ConfigurationWriter.Export(doc, filepath)