HFSS15: Scripting
录入:edatop.com 点击:
Scripting
For information on how to create, edit and use VBS scripts in HFSS see:
Introduction to Scripting in HFSS .<script Language="JScript">function parser(fn) {var X, Y, sl, a, ra, link;ra = /:/;a = location.href.search(ra);if (a == 2)X = 14;elseX = 7;sl = "\";Y = location.href.lastIndexOf(sl) + 1; link = 'file:///' + location.href.substring(X, Y) + fn;location.href = link;}</script>in html format.
Introduction fo Scripting in HFSS.<script Language="JScript">function parser(fn) {var X, Y, sl, a, ra, link;ra = /:/;a = location.href.search(ra);if (a == 2)X = 14;elseX = 7;sl = "\";Y = location.href.lastIndexOf(sl) + 1; link = 'file:///' + location.href.substring(X, Y) + fn;location.href = link;}</script>in pdf format.
The pdf of the scripting guide provides a format and function better suited for printing than the chm. You can print ranges of pages encompassing topics and subtopics as needed.
You can also access help for the VBS scripting commands via the menu bar:
Click Help>Scripting Contents
Click Help>Scripting Index
Click Help>Search Scripting
This chapter contains the following sections:
Recording a Script
Stopping Script Recording
Running a Script
Pausing and Resuming a Script
Stopping a Script
HFSS 学习培训课程套装,专家讲解,视频教学,帮助您全面系统地学习掌握HFSS
上一篇:Scalar Commands
下一篇:Scripting in Workbench