browse_log_file# Circuit.browse_log_file(input_file: str | Path | None = None) → Path | None# Save the most recent log file in a new directory. Parameters: input_filestr or pathlib.Path, optionalFile path to save the new log file to. The default is the pyaedt folder. Returns: Path or NoneFile Path.