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

asiGetEMIROptionVal

asiGetEMIROptionVal(
o_session 
s_name
) 
=> g_value / nil

Description

Returns the value of the specified EMIR option from the EMIR Analysis Setup form.

Arguments

o_session

Simulation session object

s_name

Name of the EMIR option of which you want the value.

Value Returned

g_value

Returns the value of the specified EMIR option.

nil

Returns nil if the specified option does not exist.

Examples

The following example shows how this function returns the name of the QRC technology file specified in the qrcTechFile field of the EMIR Analysis Setup form.

session = asiGetCurrentSession()
=> stdobj@0x30dd91b8
asiGetEMIROptionVal(stdobj@0x30dd91b8 'qrcTechFile)
=> "$WORKDIR/em.ict"

Return to top
 ⠀
X