SYSTem:MODule:TERMinal:TYPE?
Syntax
SYSTem:MODule:TERMinal:TYPE? <slot>
Description
This command returns the current configuration of the 34934A High Density Matrix module.
Used With:
34934A High-Density Matrix Module
Parameters
Name |
Type |
Range of Values |
Default Value |
<slot> |
Discrete |
{1|2|3|4|5|6|7|8} |
This is a required parameter |
Remarks
The configuration returned includes information on the terminal block type and whether the terminal block safety interlock is active.
Return Format
The data returned by the command is summarized in the following table.
Return String |
Description |
R4_C32 |
4x32: 4 row / 32 column configuration (4 matrices) |
R4_C64 |
4x64: 4 row / 64 column configuration (2 matrices) |
R4_C128 |
4x128: 4 row / 128 column configuration (1 matrix) |
R8_C32 |
8x32: 8 row / 32 column configuration (2 matrices) |
R8_C64 |
8:64: 8 row / 64 column configuration (1 matrix) |
R16_C32 |
16x32: 16 row / 32 column configuration (1 matrix) |
NONE |
No terminal or configuration module connected; or safety interlock jumper removed |
Examples
The following examples read the configuration of the 34934A modules in slots 1 and 2.
SYST:MOD:TERM:TYPE? 1
Typical Response: R4_C64
SYST:MOD:TERM:TYPE? 2
Typical Response: R8_C32