export_json#
- SimulationConfiguration.export_json(output_file)[source]#
Export Json file from SimulationConfiguration object.
- Parameters:
- output_file
str
Json file name.
- output_file
- Returns:
- bool
True when succeeded False when file name not provided.
Examples
>>> from dotnet.edb_core.edb_data.simulation_configuration import SimulationConfiguration >>> config = SimulationConfiguration() >>> config.export_json(r"C:\Temp est_json est.json")