validate_simple#

MaxwellCircuit.validate_simple(log_file: str | Path = None) int#

Validate a design.

Parameters:
log_filestr or pathlib.Path, optional

Name of the log file to save validation information to. The default is None.

Returns:
int

1 when successful, 0 when failed.

References

>>> oDesign.ValidateDesign