How to find include Id from include name

Ashwin Pinto_20677
Ashwin Pinto_20677 Altair Community Member
edited February 2023 in Community Q&A

Hi All, 

 

Is there a way to get the include Id from include name, using tcl commands

The conventional command is not working for includes
*createmark include 1 "by include shortname" "xyz"

 

Your help will be much appreciated,

 

Thanks in Advance

 

Best Answer

  • Adriano A. Koga
    Adriano A. Koga
    Altair Employee
    edited February 2023 Answer ✓

    you could use:

    hm_getvalue includes name="yourname" dataname=id

     

    image

Answers