P_TXENABLE
code: 327
# set
<module-index>/<port-index> P_TXENABLE <on_off>
# get
<module-index>/<port-index> P_TXENABLE ?
Description
Whether a port should enable its transmitter, or keep the outgoing link down.
Actions
set, get
Parameters
on_off
: byte, the port’s transmitter status
OFF = 0
ON = 1
Example
# set
input: 0/1 P_TXENABLE OFF
output: <OK>
# get
input: 0/1 P_TXENABLE ?
output: 0/1 P_TXENABLE OFF