the fair gds editor MacroClassExtractionModule

ExtractionModule Class Reference

A module to extract electrical parameter from the design. More...

See also: List of Classes


Detailed Description

A module to extract electrical parameter from the design.

See also:

Member Function Documentation

double extractionModule::calcResistance(pointArray p, int port1, int port2)

caluclate the resistance of a single polygon. As ports for the calculation the point array segment port1 and port2 will be used, e.g. a 1 for port1 will use the polygon segment between pointArray.point(1) and pointArray.point(2) as port. The returned value times the square resistance will result in the absolute resistance of the structure. (introduced with version 20140904)

void extractionModule::extractComponent(string comp,string lib )

extract the component comp from the design. All extraction information is store in the component library. (introduced with version 20130101)

void extractionModule::removeExtractedDevices()

devices created by prior device extractions are removed from the current cell. Use device cells are removed as well. (introduced with version 20130101)

void extractionModule::setDetailsResistance(int)

set the detaillevel for calculation of the resistance. Allowed values are from 0 (fastest) to 100 (most detailed). (introduced with version 20161215)

See also


CategoryMacroClass


MacroClassExtractionModule (last edited 2017-03-21 16:13:18 by JurgenThies)