asiGetSimulatorList
asiGetSimulatorList( [s_subclass] ) =>l_simulatorNameList/ nil
Description
The function returns a list of all simulation interfaces within the specified simulator subclass.
Arguments
|
Name of the sub-class containing the OASIS simulation interfaces. |
Value Returned
|
List containing simulation interfaces associated with the simulator subclass. |
|
Examples
asiGetSimulatorList()
("ams" "hspiceD" "spectre" "UltraSim")
For a specific subclass like asiAnalog this function returns the corresponding simulatorNamelist.
asiGetSimulatorList('asiAnalog)
("ams" "hspiceD" "spectre" "UltraSim")
Return to top