![Reach Technology PoE4N/10G Manual Download Page 21](http://html1.mh-extra.com/html/reach-technology/poe4n-10g/poe4n-10g_manual_1424858021.webp)
Reach PoE4N/10G Tester Manual 1.1
06/15/2020
Page 21
MEASURE2
Description
Measures the voltage from the UUT (center taps of GbE magnetics) of
the main and alt pair. Reports the voltage as either positive or negative
depending on the polarity of the pair. The “Cisco” standard 1,2 =
negative, 3,6 = positive is reported as a positive voltage.
Command:
meas[ure]2
Response:
printf(":p%d %.1fV, %.1fV\n\r",port,fval,
fval_alt);
The result will be between 0.0 and 60.0
Example:
p1 meas2
Example response: :
p1 50.5V, 0.0V<CR><LF>
RESET
Description
Resets port(s) to fully disconnected state.
Command:
res[et]
Response:
printf(":p%d reset\n", port);
SET
Description
Sets power load value in milliamps. If set too low, the minimum value
will be set; if at or above 1400mA an error will occur. Note that this is
the load for both the main and the alt pair.
Command:
set <value>
Response:
printf(":p%d %dmA\r\n",port,value);
or
printf(":p%d %dmA (min)\r\n",port,value);
Example:
g2 set 350
Example response: :
p9 350mA<CR><LF>
:
p10 350mA<CR><LF>
:
p11 350mA<CR><LF>
:
p12 350mA<CR><LF>
:
p12 350mA<CR><LF>
:
p14 350mA<CR><LF>
:
p15 350mA<CR><LF>
:
p16 350mA<CR><LF>