淘宝官方店 推荐课程 在线工具 联系方式 关于我们 | |
微波射频仿真设计 Ansoft Designer 中文培训教程 | HFSS视频培训教程套装 |
|
首页 >> Ansoft Designer >> Ansoft Designer在线帮助文档 |
Script Guide > AddRunUse: Adds a run to a rule set already in the design Command: Right-click on a rule set item under Design Verification in the Project Tree and choose Add Run Syntax: AddRun <RuleSetName>, Array("NAME:<RunName>", "TargetType:=", <TargetTypeInfo>, // optional "TargetObjects:=", <TargetObjectsInfo>, // optional "IgnoredObjects:=", <IgnoredObjectsInfo>, // optional "ArcTolerance:=", <ToleranceString>) // optional
Return Value: None Parameters: <RuleSetName>: <string> // name of an existing rule set
<RunName>: <string> // name of the run to create
<TargetTypeInfo>: <int> // 0 for entire layout (default if not specified) // 1 for specified portion of layout
<TargetObjectsInfo>: objects on which to perform the check may specify if TargetTypeInfo is 1 (specified portion of layout) "<ObjectName>, <ObjectName>, ..."
<ObjectName>: <string> // name of a layout object
<IgnoredObjectsInfo>: objects which to ignore when performing the check may specify if TargetTypeInfo is 0 (entire layout) "<ObjectName>, <ObjectName>, ..."
<ToleranceString>: <string> // real number and units // if not specified, the current layout arc tolerance is used Example: oModule.AddRun "Rule Set 10", _ Array("NAME:All", _ "TargetType:=", 0)
oModule.AddRun "Rule Set 10", _ Array("NAME:Selected Objs2", _ "TargetType:=", 1, _ "TargetObjects:=", "line_975,line_1015")
oModule.AddRun "Rule Set 10", _ Array("NAME:Objects to Ignore2", _ "TargetType:=", 0, _ "IgnoredObjects:=", "via_209,line_736")
HFSS视频教程 ADS视频教程 CST视频教程 Ansoft Designer 中文教程 |
Copyright © 2006 - 2013 微波EDA网, All Rights Reserved 业务联系:mweda@163.com |