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

asiAddOceanAlias

asiAddOceanAlias( 
s_simulatorName 
s_alias 
s_analysisName 
)
=> t / nil

Description

Adds an ocean alias to the current simulator. This is useful for defining ocean related data access aliases for third party simulator integration.

Arguments

s_simulatorName

Simulator or tool’s class name

s_alias

Data access alias for specified analysis name

s_analysisName

Equivalent analysis name recognized by third party simulator

Value Returned

t

When the alias is added and defined.

nil

Indicates an error.

Examples

For a third-party simulator integration if the simulator PSF maps transient analysis name as analysisTran1-tran then following OCEAN aliasing should be used:

 asiAddOceanAlias( 'spice3 'tran "analysisTran1-tran")

This would make selectResults('tran) work in the auto generated OCEAN script file


Return to top
 ⠀
X