Matrix Switch Corporation MSC-5-3232 Product Manual page 34

4ru 32 input 32 output vga analog video router
Hide thumbs Also See for MSC-5-3232:
Table of Contents

Advertisement

2
Return matrix routing state.
4
Return preset routing data.
The returned data is JSON formatted data (see
If no arguments are specified then a simple format is returned consisting of an array of arrays (one per level)
with 3 integer numbers specifying the destination count, source count and flags of the level. The flags value is
the sum of one or more values from the Flags table below.
Flags
Name
Value Description
mute
1
Mute support.
lock
2
Video lock status query support
reclk
4
Reclocker disable support.
Example
>MtxCfg
[[8,8,3][4,8,0]]
The example above is simple output (no arguments) for a matrix with 2 levels, the first has 8 destinations, 8
sources and supports mute and lock status query (1 + 2 = 3). The second level has 4 destinations, 8 sources and
does not support mute, lock status query or reclocker disable.
If an argument is specified (0-7), then a more descriptive JSON structure is returned, of the following form
(newlines and spaces added as a visual aid, but are not necessarily part of the response):
{
"version" : 1,
"status" : "STATUS",
"levels" :
[
{
"name" : "NAME",
"type" : "TYPE",
"destCount" : DEST_COUNT,
"srcCount" : SRC_COUNT,
"flags" : "FLAGS",
"destNames" : [ "NAME", "NAME", ... ],
"srcNames" : [ "NAME", "NAME", ... ],
"state" : [ SRC, SRC, ... ],
"psetData" : [ [ SRC, ... ], [ SRC, ... ], ... ]
},
...
],
"psetNames" : [ "NAME", "NAME", ... ]
}
Page 34 of 61
MSC-5-3232 Product Manual
state
psetData
www.json.org
© 2013-2016 Matrix Switch Corporation
for details).
www.matrixswitch corp.com

Advertisement

Table of Contents
loading

Table of Contents