B.91 system:set? query, B.92 system:version query, B.93 trigger:source command – KEPCO KLP Series (older -1200 models) Operator Manual User Manual
Page 107: Table b-4. error messages, B.91, System:set? query, B.92, System:version query, B.93, Trigger:so
KLP 073008
B-21
M40
Number (40) of locations programmable using *SAV and *RCL commands.
SCP
SCPI Programming Language
STR
Strict interpretation of SCPI commands and queries.
B.91 SYSTem:SET? QUERY
SYST:SET?
Syntax:
Short Form: SYST:SET?
Long Form: SYSTem:SET?
Return Value:
Description: Returns comma-separated string indicating command functions in effect. See PAR. B.90 for command
function definitions. See Figure B-7 for example.
B.92 SYSTem:VERSion QUERY
SYST:VERS?
Syntax:
Short Form: SYST:VERS?
Long Form: SYSTem:VERSion?
Return Value:
Description: Identifies SCPI Version implemented. Returns SCPI Version number:
YYYY = year, V = Revision number for specified year. (See example, Figure B-7.)
B.93 TRIGger:SOURce COMMAND
TRIG:SOUR
Syntax:
Short Form: TRIG:SOUR {EXT | BUS}
Long Form: TRIGger:SOURce {EXT | BUS}
Description: Sending TRIG:SOUR activates either internal (BUS) or external (EXT) trigger. When the external trig-
ger (ground) is applied to J2 pin 14, output voltage and current are set to previously stored values for
VOLT:TRIG and CURR:TRIG.
NOTE: If INIT:CONT 1 was sent prior to sending TRIG:SOUR EXT, continuous mode is disabled and
unit will wait for INIT:IMM
TABLE B-4. ERROR MESSAGES
ERROR MESSAGE
ESR ERROR BIT SET
(SEE PAR. A.5)
EXPLANATION
0,“No error”
None
No error
-100,“Command error”
Command Error bit 5
Command and data understood, but more information included
which is not recognized.
-102,”Syntax error”
Command Error bit 5
First 4 characters recognized, subsequent characters not recog-
nized.
-103,”Invalid separator”
Command Error bit 5
For example, VOLT.PROT received instead of VOLT:PROT.
-108,”Parameter Not Allowed Error”
Command Error bit 5
Volt12 sequence, channel number is invalid.
-109,”Missing parameter”
Command Error bit 5
For example, VOLT instead of VOLT 21.
-111,”Header separator error”
Command Error bit 5
Missing space between volt and value or ; missing.
-113,”Undefined header”
Command Error bit 5
First 4 characters could not be identified as legal command.For
example, command VLT instead of VOLT.
-120,”Numeric data error”
Command Error bit 5
Expected number but other characters were detected.
-121,”Invalid character in number”
Command Error bit 5
Volt 1,500 (comma not allowed).
-123,”Exponent too large”
Command Error bit 5
Exponent E+3 or greater is invalid.
-141,”Invalid character data”
Command Error bit 5
For example OUTP OFD or OUTP STOP instead of OUTP OFF.
-150,”String data error”
Command Error bit 5
Invalid characters were detected in numeric entry.For example E.1
instead of E+1 or 4d3 instead of 4.3.
-203,”Command protected”
Execution error bit 4
Password must be CENabled.
-213,”INIT ignored”
Execution error bit 4
Request for measurement ignored because another measurement
already in progress.