remov()

Returns a new list with all the items copied from the original list except for the item specified in the first parameter.

Syntax:

remov(item, alist);

where

item is a member of a list to be deleted from the new list.

alist is the original list that will be copied, except for item.

Example:
decl a,b;
a = list(1,5.8,4,10);
b = remov(4, a);        // returns the list (1,5.8,10)

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 

Contents
Additional Resources