SYSTem:CTYPe?
Syntax
SYSTem:CTYPe? <slot>
Description
This command returns the identity of the plug-in module in the specified slot. The table below shows the plug-in modules available for the Agilent 34980A.
Model Number |
Module Description |
34921A |
40-Channel Armature Multiplexer with Low Thermal Offset |
34922A |
70-Channel Armature Multiplexer |
34923A |
40-Channel Reed Multiplexer |
34923A-1W |
80-Channel Reed Multiplexer (1-Wire Mode) |
34924A |
70-Channel Reed Multiplexer |
34925A |
40-Channel Optically-Isolated FET Multiplexer |
34925A-1W |
80-Channel Optically-Isolated FET Multiplexer (1-Wire Mode) |
34931A |
Dual 4x8 Armature Matrix |
34932A |
Dual 4x16 Armature Matrix |
34933A |
Dual 4x8 Reed Matrix |
34933A-1W |
Quad 4x8 Reed Matrix (1-Wire Mode) |
34934A |
-4x32: High
Density Matrix Module |
34937A |
32-Channel Form C/Form A General-Purpose Switch |
34938A |
20-Channel 5A Form A Switch |
34939A |
64-Channel 1A Form A Switch |
34941A |
Quad 1x4 50-Ohm 3 GHz RF Multiplexer |
34942A |
Quad 1x4 75-Ohm 1.5 GHz RF Multiplexer |
34945A |
Microwave Switch/Attenuator Driver Interface |
34946A |
Dual 1x2 SPDT Terminated Microwave Switch |
34947A |
Triple 1x2 SPDT Unterminated Microwave Switch |
34950A |
64-Bit Digital I/O Module with Memory and Counter |
34951A |
4-Channel Isolated D/A Converter with Waveform Memory |
34952A |
Multifunction Module with DIO, DAC, and Totalizer |
34959A |
Breadboard Module |
Parameters
Name |
Type |
Range of Values |
Default Value |
<slot> |
Discrete |
{1|2|3|4|5|6|7|8} |
This is a required parameter |
Return Format
The command returns an ASCII string with the following format (the string is enclosed in double quotes). To read the string into your computer, be sure to dimension a string variable with at least 73 characters.
Agilent Technologies,<Model Number>,<Serial Number>,<Firmware Rev>
A 10-digit string is returned for the Serial Number field. The Firmware Revision has the form R.RR and indicates the revision of firmware currently in use on the specified module.
For the 34923A, 34925A, and 34933A modules, the Model Number may include a suffix to indicate a single-ended (1-wire) configuration. For example, the response for the 34923A will be either "34923A" (differential mode) or "34923A-1W" (single-ended mode).
For the 34951A module, the command also returns the FPGA revision number:
Agilent Technologies,<Model
Number>,<Serial Number>,<Firmware Rev>
If the specified slot is empty, the command responds with "Agilent Technologies,0,0,0".
If a module is installed in the specified slot but cannot be properly identified, the command responds with an "Unknown Card ID" string. An error is also generated and reported to all I/O sessions.
If a module is installed in the specified slot but a firmware incompatibility exists or a self-test error has occurred, the command responds with a "Boot Error" string. An error is also generated and reported to all I/O sessions.
Example
The following command returns the identity of the module in slot 3 (the quotes are also returned).
SYST:CTYP? 3
Typical Response: "Agilent Technologies,34921A,MY12345678,1.00"
See Also
SYSTem:CTYPe:RMODule? (34945A only)
SYSTem:MODule:TERMinal:TYPE? (34934A only)