Replies: 3 comments
-
netgen only runs with a command line interface. If you want it to come up without a Tk console terminal, then either do "netgen -noconsole" to run tclsh directly from the terminal, or else use "netgen -batch " to run it in batch mode ("" can be "source " to source an entire Tcl script). |
Beta Was this translation helpful? Give feedback.
0 replies
-
For command-line arguments, go to http://opencircuitdesign.com/netgen and click on "Reference". |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, @RTimothyEdwards , thanks for reference. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am playing with netgen, and I am unable to find reference to its command line arguments?
How can I start it only in CLI? I tried with ssh session without graphics (no -Y nor -X switches), but
that throws an error.
Beta Was this translation helpful? Give feedback.
All reactions