call()
Invokes or calls a function, gives a function value and an argument list (as returned from arglist() or list() ). Returns: none.
Syntax:
call(fnc, args);
where
fnc is the name of AEL function to execute.
args is the argument list to pass into the function.
Example:
defun my_fnc(s1,s2) {return strcat(s1,s2);}
call (my_fnc, list("a", "b"));
is equivalent to:
my_fnc("a", "b");
Where Used:
Measurement Expressions (Data Display equations and Schematic MeasEqns), Schematic, Layout, Simulation, GUI
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()