ly_find_layer_name_by_num()

Retrieves a layer name by its layer number, for the active layer set. Returns a string, the first layer defined with the given layer number (-1 if the layer is not defined).

Syntax:

ly_find_layer_name_by_num(layerNumber);

where

layerNumber is the layer number; an integer.

Example:
decl name;
name = ly_find_layer_name_by_num(12);
Where Used:

Schematic, Layout

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources