set_netlist_info()

Sets special netlisting characteristics for current type of design. Returns: none.

See also: Format Strings.

Syntax:

set_netlist_info(prefix format, suffix format, priority, in format, out format, input format);

where

prefix format is a special format string for beginning of a subnetwork netlist.

suffix format is a special format string for end of a subnetwork netlist.

priority is an integer priority code used in ordering design netlist in netlist output; usually set to 1.

in format is a string, not used.

out format is a string, not used.

input format is a string, not used.

Example:
/* set the format string for subnetwork netlist generation */
set_netlist_info("define %n (%@ %32?%M%:_net%m%; %e) n%37?parameters%:; 
parameters%; %b %k=%p %e", "end %n", 1, "", "", "");
Where Used:

Schematic

 

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

Contents
Additional Resources