Skip to main content
4-Participant
January 10, 2023
Solved

How to get the symbol name with JLink API?

  • January 10, 2023
  • 2 replies
  • 2003 views

Anyone can guide me get the right JLink API to return the name of the symbol? (Please refer to the attachment  for details.) Thank you!

Best answer by sjuraj

list model items with enum ITEM_DTL_SYM_DEFINITION or ITEM_DTL_SYM_INSTANCE 

then iterate through the list and then GetName of desired symbol

2 replies

24-Ruby III
January 11, 2023

Hi,

please ask PTC Support.

sjuraj15-MoonstoneAnswer
15-Moonstone
January 11, 2023

list model items with enum ITEM_DTL_SYM_DEFINITION or ITEM_DTL_SYM_INSTANCE 

then iterate through the list and then GetName of desired symbol