Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

CST in batch mode opens GUI

Status
Not open for further replies.

kato01

Full Member level 2
Joined
Dec 2, 2002
Messages
123
Helped
6
Reputation
12
Reaction score
3
Trophy points
1,298
Activity points
831
I am running the following line

"C:\Program Files (x86)\CST STUDIO SUITE 2016\CST DESIGN ENVIRONMENT.exe" -m C:\Temp\macro.bas

where

macro.bas

is

Sub Main
OpenFile("C:\Temp\Downloads.cst")
StoreParameter "offset", 1
Rebuild()
Solver.Start
End Sub

CST opens a GUI while running the above. Is there a switch for the command line that suppresses the GUI?

I could not see any in the command line options.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top