de_update_parameters()

Modifies parameter values. Returns: none.

Syntax:

de_update_parameters(designName, repType, valueList list(instName1, paramName1, value1, ...));

where

designName is the name of the design.

repType is the type of representation where:

  • REP_SCHEM = Schematic representation
  • REP_LAY = Layout representation

valueList is a list of triplets (e.g, list(instName1, paramName1, value1, ...)) where:

  • instName1 = instance ID
  • paramName1 = parameter name
  • value1 = new value of parameter as string or real

Example:
de_update_parameters("MyDesign", REP_SCHEM, list("TL3", "W", "50 mil",  
"Term1", "Z", "50 ohm"));

Where Used:

Schematic, Layout

 

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

Contents
Additional Resources