Sets the transmit powers of each antenna port. Note that setting
a power level to 0 will cause the corresponding global power
level to be used. Port numbers range from 1-255; power levels
range from 0-65535.
| C# | Visual Basic | Visual C++ |
public void CmdSetAntennaPortPowers( ushort[][] list )
Public Sub CmdSetAntennaPortPowers ( _ list As UShort()() _ )
public: void CmdSetAntennaPortPowers( array<array<unsigned short>^>^ list )
- list (array< array< UInt16 >[]()[] >[]()[])
- an array of 3-element arrays of integers interpreted as (tx port, read power in centidBm, write power in centidBm) triples. Example, with read power levels of 30 dBm and write power levels of 25 dBm : {{1, 3000, 2500}, {2, 3000, 2500}}