AR# 680: Obsolete -- Orcad: SDT2XNF Fails to write TNMs into the .XNF file
AR# 680
|
Obsolete -- Orcad: SDT2XNF Fails to write TNMs into the .XNF file
Description
SDT2XNF versions 5.x may fail to write TNMs into the .XNF file if the KNV option is set in the SDT.CFG file. What happens is INET.EXE will write out the .INF file in a different format than the default, and TNM attributes will not be translated.
Solution
Look in the SDT.CFG file for the line:
KNV = '1'
If it is there set it to:
KNV = ''
Then rerun INET with the /T option, or run xmake -r to force re-execution of all programs.