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

asiExtractQRCTechPathFromDSPF

asiExtractQRCTechPathFromDSPF( 
t_dspfFile
)
=> t_QRCTechDir / nil

Description

Extracts the path to the QRC technology directory from the specified DSPF file.

Arguments

t_dspfFile

Path to the DSPF file.

Value Returned

t_QRCTechDir

Path to the QRC technology directory.

nil

If no QRC technology directory is found for the specified DSPF file.

Examples

The following examples display how this SKILL function returns the path to the QRC technology directory extracted from the specified DSPF file.

asiExtractQRCTechPathFromDSPF("../../adc_sample_hold.dspf")
=> "/ADE1/backup/ADE2/users/jinduo/DAVSource/devLnx86_64bit_IC618_MAIN/tools.lnx86/dfII/test/maestro/newEMIRUI/supportN16/test/"
asiExtractQRCTechPathFromDSPF("../../adc_sample_holdNone.dspf")
=> nil

Return to top
 ⠀
X