asiExtractQRCTechPathFromDSPF
asiExtractQRCTechPathFromDSPF(t_dspfFile )=>t_QRCTechDir/nil
Description
Extracts the path to the QRC technology directory from the specified DSPF file.
Arguments
Value Returned
|
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