vfoGRCreateDeviceClass
vfoGRCreateDeviceClass(t_techLibName[ ?overrideg_override] ) => t / nil
Description
Creates the device class definition for fluid guard ring (cdsGuardRing) in the given technology file. If the device class already exists in the technology file, it is updated when override is set to true.
Arguments
|
A Boolean value that indicates if the device class definition should be updated in the technology file. The default value is |
|
Value Returned
Example
vfoGRCreateDeviceClass("PDKLIB" ?override t) => t
Return to top