![Reach Technology RT-PoE4N Скачать руководство пользователя страница 19](http://html1.mh-extra.com/html/reach-technology/rt-poe4n/rt-poe4n_manual_1424859019.webp)
Reach PoE4N Tester Manual 1.4
08/09/2017
Page 19
MEASURE
Description
Measures the voltage from the UUT (center taps of GbE magnetics) of
the main. 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]
Response:
printf(":p%d %d.%uV\n\r",port,fval);
The result will be between 0.0 and 60.0
Example:
p1 meas
Example response: :
p1 50.5V, 0.0V<CR><LF>
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);