set_design_choices()

Defines choices for characteristics allowed for parametric subnetwork components. Returns: none.

Syntax:

set_design_choices(choice type, label, value ...);

where

choice type is the choice for parametric subnetwork components characteristics, where:

  • 0 = artwork, such as "AEL macro"
  • 1 = component attribute, such as "Layout Object"
  • 2 = parameter attribute, such as "Not Edited"
  • 3 = parameter form set, such as "SmtPADDataOnly (layout)"
  • 4 = netlist model, such as "Subnetwork"
  • 5 = symbol, such as "SYN_OPort"
  • 6 = model parameter attribute, such as "Optimizable"
  • 7 = parameter value type attribute, such as "Real"

label value pairs is one or more label strings paired with values, where the values are integers for types 0, 1, 2, 6, and 7 or strings for types 3, 4, or 5.

Example:
set_design_choices(3, "Optimizable", "StdFormSet","Integer", "StdFormSet",
"Real", "StdFormSet", "SmtPAD Data Only (layout), push in `not netlisted' button", 
"StdFormSet");
Where Used:

Schematic

 

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

Contents
Additional Resources