B.2 numerical values, B.3 abort command, B.4 calibrate commands and queries – KEPCO KLP Series Developer's Guide, Rev 1 User Manual
Page 108: B.5 display[:window]:text[:data]? query, B.6 initiate command, Abor, Disp, Init, B.3 thro, Disp:text

B-2
KLP 031113
B.2
NUMERICAL VALUES
The SCPI data parser on the KLP supports a maximum of 8 digits after the decimal point and a maximum inte-
ger of 4 x 10
8
. Any values greater than these are not processed by the device and no error is generated. The
largest string that can be received or transmitted by the KLP is 253 characters.
All numerical data is returned in scientific notation, digits with decimal point and Exponent, e.g., 2.71E1 for 27.1
after calibration constants have been applied. Thus. for example, VOLT 14;VOLT? may return 1.39997E1
which indicates that the unit has been calibrated to provide 13.9997V for a programmed value of 14V, within
the calculation accuracy of the KLP. Error “-120” results from syntactical errors, e.g., the exponent exceeds 8,
a letter is identified, etc. Error “-222” is produced if the value exceeds the range of acceptable values for the
parameter.
B.3
ABORt COMMAND
ABOR
Syntax:
Short Form: ABOR
Long Form: ABORt
Description: Cancels previously stored trigger levels, resets WTG. The ABORt command cancels any pending
trigger levels previously stored by the CURR:TRIG or VOLT:TRIG commands. The pending level is
set equal to the corresponding immediate value. ABORt also resets the WTG (Wait TriGger) bit in the
Operation Condition status register. If INIT:CONT ON has been programmed, the trigger system re-
arms itself immediately after ABORt, thereby setting WTG. WTG is bit 5 in the STATUS OPERATION
CONDITION register. The ABORt is executed each time power is turned on. Related Commands:
INIT, *RST, *TRG. (See example, Figure B-1.)
B.4
CALibrate COMMANDS AND QUERIES
CAL
CAL commands and queries are used to perform calibration of the unit via the control interface. These
commands must be issued in a specific sequence in order to properly calibrate the unit. To use these
commands, refer to Kepco’s website (www.kepcopower.com/drivers) and download the LabWindows/
CVI Version 5 driver for KLP. This file provides remote calibration capability and uses the following
supported commands and queries:
CAL:CEXT command
CAL:CGA command
CAL:CURR:LEV command
CAL:CURR[:DATA] command
CAL:DATA command
CAL:DPOT command
CAL:SAVE command
CAL:STAT command and query
CAL:VEXT command
CAL:VGA command
CAL:VOLT:LEV command
CAL:VOLT[:DATA] command
CAL:ZERO command
B.5
DISPlay[:WINDow]:TEXT[:DATA]?
QUERY
DISP:TEXT?
Syntax:
Short Form: DISP[:WIND]:TEXT[:DATA]?
Long Form: DISPlay[:WINDow]:TEXT[:DATA]?
Return Value: Character string displayed on front panel Status display.
Description: Returns the text displayed on front panel Status display. Returns the character string displayed
on Status display.
B.6
INITiate COMMAND
INIT
Syntax:
Short Form: INIT Long Form: INITiate
Description: Enables a single trigger event. Causes the power supply to immediately program the output to the
VOLT:TRIG and CURR:TRIG values previously entered (actual voltage/current is dependent upon the
load). Related Command: TRIG:SOUR IMM.(See example, Figure B-1.)