Application Object

To use CST DESIGN ENVIRONMENT's OLE automation server functionality, access the application by the CreateObject VBA command. Then, create a new project or open or an existing one, respectively.

Methods

NewMWS Project

Creates a new CST MICROWAVE STUDIO project.

 

NewEMS Project

Creates a new CST EM STUDIO project.

 

NewPS Project

Creates a new CST PARTICLE STUDIO project.

 

NewMPS Project

Creates a new CST MPHYSICS STUDIO project.

 

NewDS Project

Creates a new CST DESIGN STUDIO project.

 

NewMPS Project

Creates a new CST MPHYSICS STUDIO project.

 

NewCS Project

Creates a new CST CABLE STUDIO project.

 

NewPCBS Project

Creates a new CST PCB STUDIO project.

 

NewMS Project

Creates a new CST MICROSTRIPES project.

 

OpenFile ( filename filename ) Project

Opens a project .

 

Quit

Exits the application.

Example

Dim app As Object

Set app = CreateObject("CSTStudio.Application")

 

Dim design As Object

Set design = app.OpenFile ("D:\CST DESIGN STUDIO EXAMPLES\Amplifier.cst")