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
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
Height is a attribute of a node. op_ima_attr_get() can get the height value of a node. It is very easy.