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_file
strorpathlib.Path,optional File path to save the new log file to. The default is the
pyaedtfolder.
- input_file
- Returns:
PathorNoneFile Path.
Examples
>>> log_path = circuit.browse_log_file()