control TransmitPower #8114
-
Hello, I found the API
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
These are platform APIs. The platform can choose to change the transmit power if it likes and Thread will continue to operate. However, note that Thread does evaluate link quality based on link margin, so changing the transmit power may also change the Thread topology.
The OpenThread radio platform API supports setting the maximum transmit power for a given channel otPlatRadioSetChannelMaxTransmitPower(). The note indicates that the configured maximum transmit power for the given channel will be respected. |
Beta Was this translation helpful? Give feedback.
These are platform APIs. The platform can choose to change the transmit power if it likes and Thread will continue to operate. However, note that Thread does evaluate link quality based on link margin, so changing the transmit power may also change the Thread topology.
The OpenThread radio platform API supports setting the maximum transmit power for a given channel otPlatRadioSetChannelMaxTransmitPower(). The…