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

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

 

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

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


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


Design Verification >
   Design Verification Commands >
       Object Creation Commands >
           And                


And

 

Input: One or two DV layers (containing polygons)

Output: DV layer (containing polygons)

Description: Creates and returns a DV layer that contains geometry generated from the overlap of original geometry on the input layer(s). This is a symmetric operation. The order of the input layers does not change the results.

 

• Single input layer functionality uses raw (unmerged) geometry so that overlaps are not removed.

 

• Two input layer functionality merges geometry of input layers that are imported. In the following example the two rectangles on layer A are merged into one polygon before doing the And operation. The result of the And is one polygon.

 

• If the input layers are not imported (they are created within DV), two input layer functionality uses the geometry “as is”. In the following example the two rectangles on layer A are not merged before doing the And operation. The results of the And are two overlapping polygons.

 

Rule Set Example (JScript):

var layer1 = DVChecker.ImportLayer("trace");

var layer2 = DVChecker.ImportLayer("ground");

var andLayer = DVChecker.And(layer1);

var andLayer2 = DVChecker.And(andLayer);

var andLayer3 = DVChecker.And(layer1, layer2);




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

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


 

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