Mercury API
CmdSetAntennaPortPowers Method (list)
NamespacesThingMagicSerialReaderCmdSetAntennaPortPowers(array<array<UInt16>[]()[]>[]()[])
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.
Declaration Syntax
C#Visual BasicVisual C++
public void CmdSetAntennaPortPowers(
	ushort[][] list
)
Public Sub CmdSetAntennaPortPowers ( _
	list As UShort()() _
)
public:
void CmdSetAntennaPortPowers(
	array<array<unsigned short>^>^ list
)
Parameters
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}}

Assembly: MercuryAPI (Module: MercuryAPI) Version: 1.29.4.34 (1.29.4.34)