Get Device Name

Hello there,

I would like to know the name of the node to retrieve this information.
Screenshot 2020-12-13 205205.png

Thanks.

Using c++ code, you can use getenv(“HOSTNAME”), which should have the system name in it.
See example towards the end here