Remote Commands
Common Application Commands
MAP-200 Optical Switch mOSW-C1 Installation and User Guide Standard
June 2016 Document Number 22112369-120 R000 Page 89
:ROUTe:CHANnel:DEScription
Description
Set channel description. The channel description will be stored in flash memory after it is
set.
If dev num <= 2 max chnl =(dev -1)*64 + chan - 1
If 2 < dev num <= 4 max chnl =(dev -1)*32 + chan -1
If 4 < dev num <= 8 max chnl = (dev -1) *16 + chan -1
Max channel must be smaller than 128
Input Format
:ROUTe:CHANnel:DEScription <dev>,<chan>,<des>
description (length < 64)
Output Format
None
Default
0
Example
The following example sets channel description “TEST channel” for channel 1 of device 1.
Terminal Input:
:ROUT:CHAN:DES 1,1,TEST channel