de_set_item_parameters()
Sets the parameter values for a given item that has been selected by the de_init_item() or de_edit_item(). Returns: none.
See also: de_init_item(), de_place_item(), de_free_item(), de_set_item_id(), de_edit_item(), de_end_edit_item().
Syntax:
de_set_item_parameters(itemP, listOfParameters);
where
itemP is a pointer to the item structure (the return value of de_init_item() and de_edit_item() ).
listOfParameters is a complete list of parameters in the order they are to be set.
Example:
// Select the instance with id R1 decl itemInfoOSP = de_edit_item ("R1"); // Change the instance parameters to 99 Ohm (from 50 Ohm) de_set_item_parameters(itemInfoOSP, list(prm("StdForm", "99 Ohm"), prm("StdForm", ""), prm("Yes"), prm("StdForm", ""), prm("StdForm", ""), prm("StdForm", ""), prm("StdForm", ""))); // Finish the editing (commit and display the editing changes) de_end_edit_item(itemInfoOSP);
Download Example File:
The following link(s) lead to the Agilent EEsof EDA Knowledge center website. You will need to register at this site with a valid support contract to download an example file.
Export all Variables
Insert Equations from File
PI Attenuator
Where Used:
Schematic, Layout
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()