Remote Commands
Common Application Commands
MAP-200 Optical Switch mOSW-C1 Installation and User Guide
Standard
June 2016
Document Number 22112369-120 R000
Page 90
:ROUTe:CHANnel:DEScription?
Description
Query 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>
Output Format
<description>
Parameter
Type
Value
<dev>
Integer
(1 – 8)
<chan>
Integer
(1 –128)
<des>
String
< 64
Example
The following example queries channel description from channel 1 of device 1
Terminal Input:
:ROUT:CHAN:DES? 1,1
Terminal Response:
Test description
Channel description from channel 1 of device 1 if Test description.