cdsParam
cdsParam(
n_index
)
Description
The cdsParam function displays label information, usually placed on the layer annotate drawing, about the parameter values or backannotated parameter values. This function uses information about the instance currently being drawn in order to compute the data returned by the schematic editor during a redraw. Consequently, cdsParam is only intended to be called as the value of an ILLabel on a symbol, and is not intended for direct evaluation during a program. If it is invoked directly, information on the current drawn instance will not be available.
The cdsParam function is also attached to a cell symbol view when you use the Add Symbol Label form. The Annotation Setup Form is used to control the display of this label type.
The CDF Interpreted Labels Information sections of both the library and component are also used to configure what this label displays. You can select the parameters to be displayed, the order in which they are listed, and whether their values are displayed. For more details, see Specifying cdsParam Parameters to Display in the Component Description Format User Guide.
The pertinent Interpreted Labels Information parameters are paramDisplayMode, paramLabelSet, opPointLabelSet, modelLabelSet, paramEvaluate, and paramSimType.
Arguments
Value Returned
Return to top