get_eqn_list()

Returns a list of variables and equations for the current design. The list is sorted in alphabetical order.

Syntax:

get_eqn_list();

Example:
decl vareqnList;
vareqnList = get_eqn_list();
while (listlen(vareqnList) > 0)
{
   fputs(stderr, car(vareqnList));
   vareqnList=cdr(vareqnList);
}

Where Used:

Schematic

 

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

Contents
Additional Resources