A component (=device) which can be placed in the schematic window. More...
void | createSymbol(netList *nl) |
string | description |
string | extractionMethod |
string | extractionParameter |
string | extractionDeviceParameter |
string | label |
string | prefix |
string | layout |
void | setName(string name) |
void | setLibrary(string library) |
string | getLibrary() |
string | getName() |
symbol * | getSymbol(int pos=0) |
void | setModel(string type,string value) |
void | setNameLibrary(string name,string library) |
void | setNetlist(string type,string value) |
void | setSymbol(sheet *symbol) |
a component or device which can be placed in the schematic window
generate a symbol from the netlist in an automaticway as a simple black box. (introduced with release 20210103)
description of the component
method used to extract the component from the layout. For available methods please see: EditComponent and ExtractionDevice.
parameter for the extraction method used to extract the component from the layout. For available parameter please see: EditComponent and ExtractionDevice.
componant parameter used for extracted devices from the layout. For detail please see: EditComponent and ExtractionDevice.
description of the component label
prefix used for device names
layout or macro to be used for this component
sets the name of the component
set the library the component belongs to
Returns: name of the library
Returns: name of the component
Returns: a pointer to the symbol of the component. In case the component has more than one symbol, the different symbol can be acces with the pos parameter. The point can be use to edit the symbol. (introduced with release 20180501)
set the model information for a simulation of type. (introduced with release 20210103)
sets the name and the library of the component
set the netlist information for a simulation of type. (introduced with release 20210103)
extract a symbol of the sheet and sets it to the symbol of this component.