![]() | Charge |
The ChargeWriter type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | GenerateAllChargeSimulationFiles | 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. |
from ema3d.Api.V25.Charging.Execution import ChargeWriter as ChargeWriter # Write out a configuration file ChargeWriter.GenerateAllChargeSimulationFiles = False ChargeWriter.Write(None, Window.ActiveWindow.Document)