artEnableAnnotationBalloon
artEnableAnnotationBalloon(g_value[x_firstPoint] [x_lastPoint] ) =>t/nil
Description
Enables or disables the display of parametric sweep results annotated on the schematic. When enabled, the first six result points are displayed in a pop-up window that appears when you hover the mouse pointer over an instance on the schematic. Use x_firstPoint and x_lastPoint to specify a range of result points to be displayed in the pop-up window.
Value Returned
Enables the display of parametric sweep results in a pop-up window that appears when you hover the mouse pointer over an instance on the schematic.
artEnableAnnotationBalloon(t)
Displays the 15th result point in a pop-up window, when you hover the mouse pointer over an instance on the schematic.
artEnableAnnotationBalloon(t 15)
Displays the 10th to the 15th result points in a pop-up window, when you hover the mouse pointer over an instance on the schematic.
artEnableAnnotationBalloon(t 10 15)
Disables the display of parametric sweep results in a pop-up window.
artEnableAnnotationBalloon(nil)
Return to top