How to get the symbol name with JLink API?
Jan 10, 2023
04:31 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 10, 2023
04:31 PM
How to get the symbol name with JLink API?
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!
Solved! Go to Solution.
ACCEPTED SOLUTION
Accepted Solutions
Jan 11, 2023
05:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 11, 2023
05:33 AM
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 2
Jan 11, 2023
03:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 11, 2023
03:25 AM
Hi,
please ask PTC Support.
Martin Hanák
Jan 11, 2023
05:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Jan 11, 2023
05:33 AM
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
