Product Documentation
Virtuoso Technology Data SKILL Reference
Product Version IC23.1, June 2023

techGetFabricType

techGetFabricType(
d_techfileID
) 
=> t_fabricType / nil

Description

Returns the fabric type of a technology database.

Arguments

d_techfileID

The database identifier of the technology database.

Value Returned

t_fabricType

The fabric type of the technology database.

nil

The technology database does not exist, or does not have a fabric type specified.

Example

techGetFabricType(tech)
=> "ic"

Returns ic as the fabric type for the technology database.


Return to top
 ⠀
X