db_add_symbol_properties()
Adds one or more user-defined properties to a symbol. Returns: none.
Syntax:
db_add_symbol_properties(symbolHandle, [propertyName, propertyValue],...);
where
SymbolHandle is the handle to a schematic representation's symbol.
propertyName is a string; the name for the property.
propertyValue is a string, real or integer; a value for the property.
Example:
// add two properties to my new symbol decl symbolH; db_add_symbol_properties( symbolH, "partNum", "10345", "partID", "resCap" );
Where Used:
Schematic
Privacy
Statement
|
Terms of Use
|
Legal |
Contact Us
|
© Agilent 2000-2008 ![]()