PS_COMMENT

code: 155

# set
<module-index>/<port-index> PS_COMMENT [<stream_index>] <comment>

# get
<module-index>/<port-index> PS_COMMENT [<stream_index>] ?

Description

The description of a stream.

Actions

set, get

Parameters

  1. comment: string, the description of the stream

Example

# set
input:  0/1 PS_COMMENT [0] "this is a comment"
output: <OK>

# get
input:  0/1 PS_COMMENT [0] ?
output: 0/1 PS_COMMENT [0] "this is a comment"