asiExtractQRCTechPathFromSession
asiExtractQRCTechPathFromSession(t_session )=>t_QRCTechDir/ nil
Description
Extracts the path to the QRC technology directory from the DSPF file defined in the EMIR setup for the specified session.
Arguments
Value Returned
Examples
The following example displays how this SKILL function returns the path to the QRC technology directory extracted from the DSPF file defined in the EMIR setup for the specified session.
asiExtractQRCTechPathFromSession(asiGetCurrentSession())
=> "/ADE1/backup/ADE2/users/jinduo/DAVSource/devLnx86_64bit_IC618_MAIN/tools.lnx86/dfII/test/maestro/newEMIRUI/supportN16/test/"
Return to top