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
Value Returned
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