the fair gds editor MacroClassComponent

Component Class Reference

A component (=device) which can be placed in the schematic window. More...

See also: List of Classes


Detailed Description

a component or device which can be placed in the schematic window

Member Function Documentation

string component::description

description of the component

string component::extractionMethod

method used to extract the component from the layout. For available methods please see: EditComponent and ExtractionDevice. (introduced with version 20130101)

string component::extractionParameter

parameter for the extraction method used to extract the component from the layout. For available parameter please see: EditComponent and ExtractionDevice. (introduced with version 20130101)

string component::extractionDeviceParameter

componant parameter used for extracted devices from the layout. For detail please see: EditComponent and ExtractionDevice. (introduced with version 20130101)

string component::label

description of the component label

string component::prefix

prefix used for device names

string component::layout

layout or macro to be used for this component

void component::setName(string name)

sets the name of the component

void component::setLibrary(string library)

set the library the component belongs to

string component::getLibrary()

Returns: name of the library

string component::getName()

Returns: name of the component

void component::setNameLibrary(string name,string library)

sets the name and the library of the component

void component::setSymbol(sheet *symbol)

extract a symbol of the sheet and sets it to the symbol of this component.

See also


CategoryMacroClass


MacroClassComponent (last edited 2013-11-16 14:51:01 by JürgenThies)