TechFooter

This section is copied into the '02' file just before the export() function and is intended for overriding functions of the base technology class.
The following attributes are possible

Structure

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


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

XSD

The schema file can be downloaded or viewed at xPDK_OptoDesigner.

Details

Type VendorExtension

mcs

Define the default mcs - so what gets mask::CSselect()ed at the end of the technology class. Type pdaIdentifier documentation:
Identifiers are used in the Python library for the getName() and setName() function and can thus be used to identify the different elements in list s.
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:
Identifiers are used in the Python library for the getName() and setName() function and can thus be used to identify the different elements in list s.
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: