Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# STK Code Examples

<img src="https://embed.widencdn.net/svg/agi/2lb9tthe8d/STK_LogotypeLtBg02.svg?u=ivc64j" alt="STK_LogotypeLtBg02" width="640">
<img src="https://embed.widencdn.net/svg/agi/z0svs3hr1p/STK_LogotypeLtBg01.svg?u=ivc64j" alt="STK_LogotypeLtBg02" width="640">

Welcome to the AGI Engineering Team's GitHub Repository where we'll be sharing Code Examples from our favorite utilities and demonstrations.

Expand Down
15 changes: 15 additions & 0 deletions StkAutomation/VbScript/CreateNewSTKApplication.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Dim app

Set app = CreateObject("STK11.Application")

set root = app.Personality2


Dim res

Set res = root.ExecuteCommand("New / Scenario s1")

Set res = root.ExecuteCommand("New / Facility f1")

msgbox("finished")