techIsViaLayer
techIsViaLayer(d_techIDtx_viaLayer) => t / nil
Description
Indicates whether the specified layer is defined as the middle, or via, layer in one or more standard via definitions in the specified technology database.
Arguments
|
Valid values: The layer name, the layer number, a list containing the layer name and layer purpose |
Value Returned
|
The technology database does not exist, or the specified layer is not a via layer. |
Example
techIsViaLayer(tfID "via")
=> t
The via layer is the middle layer of one or more standard via definitions in the technology database identified by tfID.
Return to top