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
Value Returned
|
List of the simulation setups in the opened setup library view. |
|
|
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