Section 9: Keithley External Control Interface (KXCI)
Model 4200A-SCS Parameter Analyzer Reference Manual
9-86
4200A-901-01 Rev. C / February 2017
instrumentinfo
This command retrieves all information on the instrument cards in the 4200A-SCS.
Usage
int instrumentinfo(char *
result
, int
maxlen
, int *
len
);
result
String of results for the instruments
maxlen
The maximum number of bytes that the result can stored in the buffer
len
Number of bytes returned by the function
Details
This function returns all of the instrument-level information for the cards in the 4200A-SCS. The result
string contains the following information for each instrument card in the 4200A-SCS chassis:
•
Slot number
•
Instrument card ID
•
Model number
•
Serial number
•
Hardware version
•
Firmware version
•
Calibration date
•
Calibration due date
All of the information is comma-separated.
Example
Output for a 4200A-SCS with 3 instrument cards installed in slot 3 (4220-PGU), slot 5 (4225-PMU), slot 7
(4210-CVU):
slotno:3,name:VPU1,model:KIVPU4220,serialno:1254281,hwver:1.0,fwver:2.04,calda
te:Dec 19, 2009,caldue:Dec 19, 2016,
slotno:5,name:PMU1,model:KIPMU4225,serialno:1276563,hwver:1.0:544911,fwver:2.0
4,caldate:Nov 28, 2011,caldue:Nov 27, 2016,
slotno:7,name:CVU1,model:KICVU4210,serialno:Z005712,hwver:5.0:493083,fwver:2.1
2,caldate:Aug 09, 2010,caldue:Aug 09, 2016
Also see
None