Hi
I'm not sure if I understand it right.
If your symbol is in lib and you added the correct line in speccomp.ini and your path to the speccomp.ini and lib is ok then you can do it per script by the following during active session
raw code:
Dim mpath
mpath = object.GetProjectData.GetPinComponentsFilePath(True)
object.GetProjectData.SetPinComponentsFilePath (mpath)
This should refresh the list of speccomps.
please try