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
- mcs: Define the default mcs - so what gets mask::CSselect()ed at the end of the technology class.
- mcsDC: Define the default mcs for DC
- mcsRF: Define the default mcs for RF
Structure
This element does not have elements. The attributes are shown below, in a sorted per type fashion.<TechFooter mcs="..." mcsDC="..." mcsRF="..." pdkSelect="..." ... > ... </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. 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. 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:
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. The XSD schema validation is a regular expression: [A-Za-z]([A-Za-z0-9_])*