Hi everybody, I would like to ask, in ns2 is there any way to get the current transmission power of a mobile node? I see that the transmission power is stored in a variable named Pt_ as defined in wirelessphy.h. There is also a C++ function named getPt() which is defined in the file wirelessphy.cc, it returns the value of Pt_ variable. So how can I "call" this function via a TCL script?
Best regards,