Product Documentation
Virtuoso ADE SKILL Reference
Product Version IC23.1, November 2023

asiSetAnalysisFormWidth

asiSetAnalysisFormWidth( 
o_tool 
x_width 
) 
=> x_width / nil

Description

Sets the width of the Choosing Analyses form. You need to add a call to this procedure to the analysis.il file if you do not want the inherited width of the analysis form.

Arguments

o_tool

Simulation tool object.

x_width

Width, in pixels, of the form.

Value Returned

x_width

Returns x_width when the width is set.

nil

Unsuccessful operation.

Examples

The following example sets the width of the analysis form for the XYZ simulator to 500 pixels:

asiSetAnalysisFormWidth( asiGetTool( 'XYZ ) 500 )

Related Topics

asiGetAnalysisFormFieldVal

asiSetAnalysisFormFieldVal

asiGetAnalysis


Return to top
 ⠀
X