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

asiSetEnvOptionChoices

asiSetEnvOptionChoices(
{ o_session | o_tool }
s_name
l_choices
)
=> l_choices / nil

Description

Specifies the list of choices to appear in the list box field for the specified environment option.

Arguments

o_session

Simulation session object

o_tool

Simulation tool object

s_name

Name a simulation environment option of the type listBox.

l_choices

List of choices to appear in the list box field.

Value Returned

l_choices

Returns the new list of choices to appear in the list box field.

nil

Returns nil if the option does not exist.


Return to top
 ⠀
X