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

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

t_session

Name of the OASIS session.

Value Returned

t_QRCTechDir

Path to the QRC technology directory.

nil

  • No QRC technology directory is found for the DSPF file specified in the EMIR setup for the specified session.
  • No DSPF file is defined in the EMIR setup for the specified session.

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
 ⠀
X