validate_simple# MaxwellCircuit.validate_simple(log_file: str | Path = None) → int# Validate a design. Parameters: log_filestr or pathlib.Path, optionalName of the log file to save validation information to. The default is None. Returns: int1 when successful, 0 when failed. References >>> oDesign.ValidateDesign