Closed pjake12 closed 1 year ago
The host.wlan[0].radio.transmitter.communicationRange
is a parameter that ingests a boolean value. It is used to show the communication range circles when running in Qtenv configuration (the GUI).
Since we're using the ApskScalarRadio
module for the radio, the communication range is going to be set by varying parameters like sensitivity
, energyDetection
and snirThreshold
.
I tried using .host.wlan[0].radio.transmitter.communicationRange however it does not work.