Reach PoE5 Tester Manual 1.8 03/25/2021 Page 31
:p16 350 mA<CR><LF>
SHORT
Description Controls a relay that can short the UUT power before the full wave
bridge. Using two values separated with a comma allows the main and
alt pairs to be set differently, or a single value will be applied to both
pairs. WARNING - SHORTING AT FULL POWER CAN DAMAGE
UUT.
The default state is off for both pairs.
Command: short <on|off|0,0|0,1|1,0|1,1>
Response: printf(":p%d short %d\r\n", port, val);
Example: p1 short 1
Example response: :p1 short 1<CR><LF>
SHOW
Shows the current (last-sent) state of a specific command. For the ‘set’
and ‘pwr’ values, will also indicate which control mode (set/current or
pwr/power) is in effect for each port.
Depends on selected command, but is the same as
the response of that command.