Model 4200A-SCS Parameter Analyzer Reference Manual
Section 9: Keithley External Control Interface (KXCI)
4200A-901-01 Rev. C / February 2017
9-87
systeminfo
This command retrieves 4200A-SCS system information.
Usage
int systeminfo(char *
result
, int
maxlen
, int *
len
);
result
String of results for the system
maxlen
The maximum number of bytes that the result can be stored in the buffer
len
Number of bytes returned by the function
Details
This function returns system level information for the 4200A-SCS. The
result
string contains the
following information:
•
4200A-SCS serial number
•
System software version
•
System platform version
•
Clarius
+
application version
The results are comma-separated.
Example
Example system info output:
serialno:1209478,swver:4200A-852-1.0,platformver:4200A-300-1, clariusver:V1.2
Also see
None
KXCI ethernet client driver
The KXCI client driver (single DLL) controls KXCI through the ethernet. You can copy this driver to
your controlling computer. The DLL is standalone. It does not depend on any other DLLs, so it can be
easily moved or copied.
This driver DLL is named
KXCIclient.dll
and is at the command path:
C:\s4200\sys\bin
The
KXCIclient.lib
is at the command path:
C:\s4200\sys\lib
For convenience, a C header file (
KXCIclient.h
) is included and has the above prototypes. It is at
the command path:
C:\s4200\sys\include