ansCdlGetSimPropValue
ansCdlGetSimPropValue (t_propName) =>t_propVal/ nil
Description
Returns the value of a specified property on the current instance being netlisted when the ansCdlHnlPrintInst function is specified as a netlist procedure in the CDF for the device.
Arguments
|
Name of the property on the current instance being netlisted for which the value is to be returned. |
Value Returned
Examples
ansCdlSimGetPropValue( 'vendorName )
Return to top