export_json#

SimulationConfiguration.export_json(output_file)[source]#

Export Json file from SimulationConfiguration object.

Parameters:
output_filestr

Json file name.

Returns:
bool

True when succeeded False when file name not provided.

Examples

>>> from pyaedt.edb_core.edb_data.simulation_configuration import SimulationConfiguration
>>> config = SimulationConfiguration()
>>> config.export_json(r"C:\Temp        est_json        est.json")