Jump to content

script variable for DT inspection


---
 Share

Recommended Posts

Team,

I am writing a script, but I don't know where I can find variable for DT inspection value from get. Syantax. I could get act value for DN, but don't know how to get DT. Could have anyone helping?

Below is what i get value for DN 
values["Act_Normal"] = Element.get ('result_normal.deviation')

Thanks,

 

Link to comment
Share on other sites

values["Act_Normal"] = Element.get ('result_normal.deviation') 

image.png.a8f098190d43beb4e986958265d41cc9.png

in my script output the value of DN, but I wanna also get DT on this point output

image.png.3a7c63be0fd6b198552423c3eb0d461b.png

 

Edited
Link to comment
Share on other sites

This is for GOM scripting, I am looking for the santax for Syntax like below which get DN value to get DT value.

values["Act_Normal"] = Element.get ('result_normal.deviation')  ## this Syntax to get measurement value from DN.

Link to comment
Share on other sites

That's wonderful!
Thanks, Martin for your helping. It is works and that exceatly what I am looking for.

Link to comment
Share on other sites

 Share

×
×
  • Create New...