淘宝官方店 推荐课程 在线工具 联系方式 关于我们 | |
微波射频仿真设计 Ansoft Designer 中文培训教程 | HFSS视频培训教程套装 |
|
首页 >> Ansoft Designer >> Ansoft Designer在线帮助文档 |
Script Guide > EditRunUse: Edits an existing run. Command: Right-click on a run item under Design Verification in the Project Tree and choose Properties. Syntax: EditRun <RuleSetName>, <ExistingRunName>, 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
<ExistingRunName>: <string> // name of the run to change
<RunName>: <string> // name of the run after the changes
<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.EditRun "Rule Set 10", _ "All", _ Array("NAME:New All", _ "TargetType:=", 0)
oModule.EditRun "Rule Set 10", _ "New All", _ Array("NAME:Selected Objs2", _ "TargetType:=", 1, _ "TargetObjects:=", "line_975,line_1015")
oModule.EditRun "Rule Set 10", _ "Selected Objs2", _ 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 |