set_simulator_type()

Sets the current simulator for ADS 2003A and earlier. Used to associate commands and creation functions with a simulator type. It must be set before any create_item() or create_*_form() function is called to correctly associate a simulator type with a component, form, or formset definition. Returns: none.

Note
In the create_*_form() function, where * can be one of these: create_compound_form(), create_text_form(), or create_constant_form().

Syntax:

set_simulator_type(simulator_type);

where

simulator_type is the choice for simulator type, where:

  • 1 = Analog/RF
  • 11 = ADS Ptolemy
  • −1 = ADS Ptolemy or Analog/RF

Example:

set_simulator_type(1);

Where Used:

Schematic

 

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

Contents
Additional Resources