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

asiGetFormFieldChoices

asiGetFormFieldChoices( 
r_form 
s_fieldName 
)
=> l_choices / nil

Description

Gets the list of choices for a form field that is set up as a list box.

Arguments

r_form

Form containing the field. The form can be one of the following:

  • Environment options
  • Simulator options
  • Keep options
  • Analysis options

s_fieldName

Name of a field of the type listBox.

Value Returned

l_choices

Returns the list of choices for the field.

nil

The field cannot be accessed.

Examples

To get the list of choices for a field on the Choosing Analyses form, see the asiGetAnalysisFormFieldChoices function.


Return to top
 ⠀
X