od_TechFooter

Structure

This element does not have elements. The attributes are shown below, in a sorted per type fashion.


<od_TechFooter  mcs="..."  mcsDC="..."  mcsRF="..." ... > ... </od_TechFooter>

XSD

The schema file can be downloaded or viewed at xPDK_Layout.

Details

Type od_VendorExtension

mcs

Define the default mcs - so what gets mask::CSselect()ed at the end of the technology class. Type pdaIdentifier documentation: Defines a valid name for an identifier.

Identifiers are used in the Python library for the getName() and setName() function and can thus be used to identify the different elements in lists.
In text the specification is a letter, followed by letters, numbers, underscore or dot. The XSD schema validation is a regular expression: [A-Za-z]([A-Za-z0-9_])*

mcsDC

Define the default mcs for DC; this is used for:
function getmcs_DC(){}.
Type pdaIdentifier documentation: Defines a valid name for an identifier.

Identifiers are used in the Python library for the getName() and setName() function and can thus be used to identify the different elements in lists.
In text the specification is a letter, followed by letters, numbers, underscore or dot. The XSD schema validation is a regular expression: [A-Za-z]([A-Za-z0-9_])*

mcsRF

Define the default mcs for RF; this is used for:
function getmcs_RF(){}.
Type pdaIdentifier documentation: