OPNET getting current nodes height

61 Views Asked by At

I am using OPNET 15, with tmm,

Looking for a way to print the node current height (from sea level)

any known function to use in the C code, or other way? didnt find no help on the web or documentary

1

There are 1 best solutions below

1
taichi_tiger On

Height is a attribute of a node. op_ima_attr_get() can get the height value of a node. It is very easy.