dm_num_parm_definitions()

Returns the number of parameter definitions in a parameter list, given a parameter definition handle.

Syntax:

dm_num_parm_definitions(parmHandle);

where

parmHandle is the handle to a parameter definition.

Example:
decl num, parmH, itemH;
itemH = dm_find_item_definition("MLIN");
parmH = dm_first_parm_definition(itemH);
num = dm_num_parm_definitions(parmH);
Where Used:

Schematic

 

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

Contents
Additional Resources