P_COMMENT
code: 112
# set
<module-index>/<port-index> P_COMMENT <comment>
# get
<module-index>/<port-index> P_COMMENT ?
Description
The description of a port.
Actions
set, get
Parameters
comment
: string, the description of the port
Example
# set
input: 0/1 P_COMMENT "This is a comment"
output: <OK>
# get
input: 0/1 P_COMMENT ?
output: 0/1 P_COMMENT "This is a comment"