![Coherent Solutions SwitchPXIe 1000 Series Скачать руководство пользователя страница 32](http://html1.mh-extra.com/html/coherent-solutions/switchpxie-1000-series/switchpxie-1000-series_user-manual_2634925032.webp)
PXIe Platform Optical Switch Module
|
SwitchPXIe
Coherent Solutions Ltd.
Version
2.03
31
9.6.2
SCPI Multi Chassis Commands
Multiple chassis can be connected together to operate in Multi Chassis Mode. In order to
operate in Multi Chassis Mode, CSLServer must be version 1.02.06 or later.
Command
:SYSTEM:CHASSIS?
Syntax
:SYSTEM:CHASSIS?<wsp>[LIST|MODE]
Description
Query the Chassis Mode configuration
Parameters
None
Response
LIST:
Returns a comma separated list of valid chassis index numbers discovered
by the CSLServer. These are chassis that have modules installed.
MODE:
Returns the current Chassis Mode the CSLServer is operating in (SINGLE or
MULTI)
None:
Returns the number of chassis managed by the CSLServer. If operating in
SINGLE mode, this will always return 1
Example
In Single chassis mode:
SYSTEM:CHASSIS? -> 1
SYSTEM:CHASSIS? LIST -> 0
SYSTEM:CHASSIS? MODE -> SINGLE
In Multi chassis mode:
SYSTEM:CHASSIS? -> 2
SYSTEM:CHASSIS? LIST -> 2,3
SYSTEM:CHASSIS? MODE -> MULTI
Command
:SYSTEM:CHASSIS
Syntax
:SYSTEM:CHASSIS<wsp>[SINGLE|MULTI]
Description
Set the Chassis Mode configuration
Parameters
SINGLE:
Set the CSLServer to operate in SINGLE Chassis Mode
MULTI:
Set the CSLServer to operate in MULTI Chassis Mode
Response
None
Example
SYSTEM:CHASSIS SINGLE
In Multi chassis mode, all the commands given above in the Specific Command Summary will
still work, but they must be prefixed with :CHASSIS<c>.
Common Command Example:
Single Chassis Mode
SLOT3:IDN?
Multi Chassis Mode
CHASSIS1
:SLOT3:IDN?
Specific Command Example:
Single Chassis Mode
SENS3:CHAN2:POW? MAX
Multi Chassis Mode
CHASSIS1
SENS3:CHAN2:POW? MAX
I
MPORTANT
Changing the CSLServer Chassis Mode will rediscover all Chassis and
installed modules.