edit_external_circuit#
- Maxwell3d.edit_external_circuit(netlist_file_path, schematic_design_name, parameters=None)[source]#
Edit the external circuit for the winding and allow editing of the circuit parameters.
- Parameters:
- netlist_file_path
str
Path to the circuit netlist file.
- schematic_design_name
str
Name of the schematic design.
- parameters
dict
,optional
Name and value of the circuit parameters. Parameters must be provided as a dictionary, where the key is the parameter name and the value is the parameter value. If the dictionary is provided, the
netlist_file_path
parameter is automatically set to an empty string. The default isNone
.
- netlist_file_path
- Returns:
- bool
True
when successful,False
when failed.