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

slaGetSimulationSetups

slaGetSimulationSetups(
)
=> l_simulationSetups / nil

Description

Retrieves the list of simulation setups from the setup library view that is opened using the slaOpenOrCreateView function.

Arguments

None

Value Returned

l_simulationSetups

List of the simulation setups in the opened setup library view.

nil

No simulation setups exist in the opened setup library view, or the command failed.

Examples

Opens a setup library view and retrieves the list of simulation setups from the opened setup library view.

slaOpenOrCreateView("bertlink" "osc13" "setupLib") 
=> t
slaGetSimulationSetups()
=> ("Monte Carlo Setup1" "Monte Carlo Setup1")

Related Topics

slaGetSimulationSetupRunOptions

slaGetSimulationSetupRunOptionValue

Setup Library Assistant Functions


Return to top
 ⠀
X