dm_index_parm_definition()

Returns a handle to the indexed parameter definition.

See also: dm_first_parm_definition(), dm_next_parm_definition().

Syntax:

dm_index_parm_definition(parmHandle, indx);

where

parmHandle is the handle to a parameter definition.

indx is the indexed parameter to retrieve.

Examples:
decl itemH, parmList, parmH;
itemH = dm_find_item_definition("R");
parmList = dm_get_item_definition_attribute(itemH, ITEM_PARMS);
// retrieve the 2nd parameter of the item
parmH = dm_index_parm_definition(parmList, 2);
// retrieve the 3rd parameter of the item
parmH = dm_first_parm_definition(itemH);
parmH = dm_index_parm_definition(parmH, 3);
Where Used:

Schematic

 

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

Contents
Additional Resources