Skip to content
Discussion options

You must be logged in to vote

Hi @nathmay ,

This should work

from pyaedt import settings
import pyaedt

settings.global_log_file_name = r"C:\Users\slopez\Downloads\test_samuel.log"
settings.enable_screen_logs = False
settings.enable_file_logs = True

app = pyaedt.Hfss(specified_version="2024.1", non_graphical=True)

app.modeler.create_box()

app.release_desktop()

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nathmay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants