M_COMMENT#

code: 86

# set
<module-index> M_COMMENT <comment>

# get
<module-index> M_COMMENT ?

Description#

Gets the user-defined description string of a module.

Actions#

set, get

Parameters#

  1. comment: string, the user-specified comment/description for the module

Example#

# set
input:  0 M_COMMENT "comment"
output: <OK>

# get
input:  0 M_COMMENT ?
output: 0 M_COMMENT "comment"