set_design_sub_choices()

Defines sub-choices for each characteristic choice for parametric subnetwork components. Returns: none.

Syntax:

set_design_sub_choices(choice type, choice index, label, value ...);

where

choice type is a choice type, where:

  • 0 = artwork
  • 1 = component attribute
  • 2 = parametric attribute
  • 3 = parameter form set
  • 4 = netlist model
  • 5 = symbol
  • 6 = model parameter attribute
  • 7 = parameter value attribute

choice index is an Index indicating which label/value pair from set_design_choices() to attach sub-choices, where 0 is for the first pair.
label value pairs is one or more label strings paired with values, where the values are integers or strings.

Example:
set_design_sub_choices(0, 2, "conn", 0, "cpad2", 1, "cpad3", 2);
//to set macro artwork choices. In this case the value in the label
//value pairs is unimportant.
Where Used:

Schematic

 

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

Contents
Additional Resources