Keithley 4200-SCS Reference Manual page 646

Semiconductor characterization system
Hide thumbs Also See for 4200-SCS:
Table of Contents

Advertisement

Section 8: Keithley User Library Tool (KULT)
Remarks
kspdefdelete
Purpose
Format
Remarks
kspdefint
Define string to clear RS-232 instrument on devint
Purpose
Format
Remarks
8-130
A character string containing the data to send to the serial device.
buffer
Before issuing this command, you must configure the serial port using the kspcfg
command.
• The commands sent to the serial device are issued in the order in which they were
defined using the kspdefclr command.
• The kspdefdelete command can be used to delete any previous definitions.
• The kspdefclr and kspdefint command strings are sent prior to normal (for
example, an SMU) instrument devclr and devint execution.
Delete RS-232 definition strings for devclr and devint
Deletes all command definitions previously made with the kspdefclr (Keithley Serial
Define Device Clear) and kspdefint (Keithley Serial Define Device Initialize)
commands. Once this command is issued, any previous definitions made using
kspdefclr or kspdefint will no longer occur at devint or devclr time.
int kspdefdelete( void );
This function can be overridden by re-issuing the original kspdefint and kspdefclr
commands.
:Defines a device-dependent character string sent to an instrument connected to a
serial port. This string is sent during the normal tester devint process. It ensures that
if the tester is calling devint internally, any device connected to the configured serial
port will be cleared with the given string.
int kspdefint(int port, double timeout, double delay, int
buffsize, char *buffer);
The RS-232 port to be used. Currently only port 1 is supported.
port
This port must have been previously configured for
communications with the kspcfg command.
The serial communications timeout. The valid input range is 0 to
timeout
600 seconds.
The amount of time to delay after sending the string to the serial
delay
device. The valid input range is 0 to 600 seconds.
The length of the string to send to the serial device.
buffsize
A character string containing the data to send to the serial device.
buffer
Before issuing this command, you must configure the serial port using the kspcfg
command.
• The commands sent to the serial device are issued in the order in which they were
defined using the kspdefclr command.
• The kspdefdelete command can be used to delete any previous definitions.
• The kspdefclr and kspdefint command strings are sent prior to normal (for
example, an SMU) instrument devclr and devint execution.
Return to
Section Topics
Model 4200-SCS Reference Manual
4200-901-01 Rev. S / May 2017

Advertisement

Table of Contents
loading

Table of Contents