![Coherent Solutions matrIQ 1000 Series User Manual Download Page 24](http://html1.mh-extra.com/html/coherent-solutions/matriq-1000-series/matriq-1000-series_user-manual_2634923024.webp)
matrIQ Optical Switch
|
matrIQ Switch
Coherent Solutions Ltd.
Version
1.03
23
9.5.2
Configuration Commands
Command
:ROUTe<n>
:ERROR?
Syntax
:ROUTe<n>:ERROR?
Description
Query the error status of the SwitchPXIe
Parameters
None
Response
The response of an integer value representing a bitmask of switch errors.
8
Switch D(4) reports an error
4
Switch C(3) reports an error
2
Switch B(2) reports an error
1
Switch A (1) reports an error
0
There are no reported errors
Example
ROUT1:ERROR? -> 1
Command
:ROUTe<n>
:CHANnel<m>
:ERROR?
Syntax
:ROUTe<n>:CHANnel<m>:ERROR?
Description
Query the error status of the specified channel of the SwitchPXIe
Parameters
None
Response
1
Switch reporting an error
0
No error on switch
Example
ROUT1:CHAN1:ERROR? -> 0
Command
:ROUTe<n>
:CHANnel<m>
:STATE
Syntax
:ROUTe<n>:CHANnel<m>:STATE<wsp><value>
Description
Set the routing state of the SwitchPXIe
Parameters
<value>:
A valid number representing the routing state of the switch
Response
None
Example
ROUT1:CHAN1:STATE 2
Command
:ROUTe<n>
:CHANnel<m>
:STATE?
Syntax
:ROUTe<n>:CHANnel<m>:STATE?<wsp>[SET|ACT|ACTUAL|ALL]
Description
Query the routing state of the SwitchPXIe
Parameters
SET:
Returns the set routing state
ACT|ACTUAL:
Returns the current position of the switch routing state
ALL:
Returns all the above values in a comma separated string
Response
An integer string, or comma separated integer string representing the routing state of
the switch module.
Example
ROUT1:CHAN1:STATE? ALL-> 2, 2