淘宝官方店     推荐课程     在线工具     联系方式     关于我们  
 
 

微波射频仿真设计   Ansoft Designer 中文培训教程   |   HFSS视频培训教程套装

 

Agilent ADS 视频培训教程   |   CST微波工作室视频教程   |   AWR Microwave Office

          首页 >> Ansoft Designer >> Ansoft Designer在线帮助文档


Ansoft Designer / Ansys Designer 在线帮助文档:


Script Guide >
Property Script Commands >
   Property Script Conventions       


Property Script Conventions

•  < Property>
Refers to a single item that can be modified in the dockable Properties dialog box or in the modal Properties pop-up window.

•  <PropServer>
Refers to the item whose properties are being modified. This is usually a compound name giving all the information needed by the editor, design, or project to locate the item being edited.

•   <PropTab>
Corresponds to one tab in the Property dialog box – the tab under which properties are being edited.

•   <PropName>
Name of a single property .

 

<PropServer> and <PropTab> Names

Project

Project Variables:

                           <PropServer>            “ProjectVariables”

                           <PropTab>               “ProjectVariableTab”

 

AnsoftHfss and Q3D Extractor Design:

Local Variables:          

                           <PropServer>            “LocalVariables”

                           <PropTab>               “LocalVariableTab”

 

Passed Parameters:

                           <PropServer>            “Instance:<name of circuit instance>”

                           <PropTab>               “PassedParameterTab”

 

Definition Parameters:

                           <PropServer>            “DefinitionParameters”

                           <PropTab>               “DefinitionParameterTabs”

                           

                           

Modules & Editors

                          <PropServer>

                          Format is: <ModuleName>:<ItemName>, where <ItemName> is the component name, solution setup name, etc., depending on which module is being edited.

                           

                           Example: <PropServer> for the boundary “PerfE1” is “BoundarySetup:PerfE1”

                           

                          <PropTab>

                          Circuit module: “CircuitTab”

                          System module: “SystemTab”

                          PlanarEM module: “PlanarEMTab”

                          Nexxim module: “NexximTab”

                          Layout elements: “BaseElementTab”

                          Schematic elements: “ComponentTab”

                          Optimetrics module: “OptimimetricsTab”

                           

Reporter

                          Operations on Report properties:

                          Format is <ReportSetup>

                          For example, to set the Company Name in the plot header to “My Company”:

                          Set oModule = oDesign.GetModule("ReportSetup")

                          oModule.ChangeProperty Array("NAME:AllTabs",_ Array("NAME:Header",_ Array("NAME:PropServers",_

                          "XY Plot1:Header"), Array("NAME:ChangedProps",_ Array("NAME:Company Name", "Value:=", "My Company"))))

                           

For further information on scripted property changes in the various Designer modules and editors, please refer to the chapters on the System, PlanarEM and Nexxim tools, as well as the Layout and Schematic editors.

                           

                          

 




HFSS视频教学培训教程 ADS2011视频培训教程 CST微波工作室教程 Ansoft Designer 教程

                HFSS视频教程                                      ADS视频教程                               CST视频教程                           Ansoft Designer 中文教程


 

      Copyright © 2006 - 2013   微波EDA网, All Rights Reserved    业务联系:mweda@163.com