Click or drag to resize

ChargeWriter Class

A class that handles the export of charge files from a document.
Inheritance Hierarchy
SystemObject
  ema3d.Api.V25.Charging.ExecutionChargeWriter

Namespace: ema3d.Api.V25.Charging.Execution
Assembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntax
public static class ChargeWriter

The ChargeWriter type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberGenerateAllChargeSimulationFiles Gets/sets if all of the charge export files should be generated. By default, the charge export directory removes files unnecessary for the simulation. Enable to generate all files for more information.
Top
Methods
 NameDescription
Public methodStatic memberWrite Writes charge simulation files to a given directory.
Top
Example
Python
from ema3d.Api.V25.Charging.Execution import ChargeWriter as ChargeWriter
# Write out a configuration file
ChargeWriter.GenerateAllChargeSimulationFiles = False
ChargeWriter.Write(None, Window.ActiveWindow.Document)
See Also