13: LPT library function reference Model 4200A-SCS Parameter Analyzer
13-30 4200A-901-01 Rev. C / February 2017
Details
This string is sent during the normal tester devclr process. It ensures that if the tester is calling
devclr internally, any device connected to the configured serial port will be cleared with the given
s
tring.
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 before normal (for example, a SMU)
instrument devclr and devint execution.
Also see
kspcfg (on page 13-28)
kspdefdelete
This command deletes all command definitions previously made with the kspdefclr (Keithley Serial Define
Device Clear) and kspdefint (Keithley Serial Define Device Initialize) commands.
Usage
int kspdefdelete( void );
Details
Once this command is issued, any previous definitions made using kspdefclr or kspdefint will
no
longer occur at devint or devclr time.
You can override this command by re-issuing the original kspdefint and kspdefclr commands.
Also see
None