C.44 system:error[:next]? query, C.45 system:error:code? query, C.46 system:error:code:all? query – KEPCO TMA VXI-27 User Manual

Page 61: C.47 system:language command, C.43, C.44, C.45, C.46, C.47, Stat:ques:inst:isum:enab

Advertising
background image

C-12

TMA VXI-27 101602

Description: Programs Questionable Instrument ISUM Enable Register (see Table C-3).The Questionable

Instrument ISUM Enable Register is a mask which determines which conditions are allowed to set the
Questionable Instrument ISUM Register for the selected channel.

STAT:QUES:INST:ISUM:ENAB?

C.43 STATus:QUEStionable:INSTrument:ISUM:ENABle? QUERY

Syntax:

Short Form: STAT:QUES:INST:ISUM:ENAB?
Long Form: STATus:QUESionable:INSTrument:ISUM:ENABle?
Return Value: <int_value> actual register value

Description: Reads ISUM Enable Register (see Table C-3). Unit returns value of ISUM Enable Register for

selected channel.

C.44 SYSTem:ERRor[:NEXT]? QUERY

SYST:ERR?

Syntax:

Short Form: SYST:ERR[:NEXT]?

Long Form: SYSTem:ERRor[:NEXT]?

Return Value: <int_value,string>

Description: Posts error messages to the output queue. Returns the next error number followed by its corre-

sponding error message string from the instrument error queue. The error queue is a FIFO (first in first
out) buffer that stores errors as they occur. As it is read, each error is removed from the queue and the
next error message is made available. When all errors have been read, the query returns 0,"No error".
If more than 15 errors are accumulated, it will overflow. The oldest errors stay in the queue but the
most recent errors are discarded. The last error in the queue will be -350,"Too many errors." Error
messages are defined in Table C-7.

C.45 SYSTem:ERRor:CODE? QUERY

SYST:ERR:CODE?

Syntax:

Short Form: SYST:ERR:CODE?]

Long Form: SYSTem:ERRor:CODE?

Description: Returns the three character error code without the ASCII definition string. The error codes are defined

in table C-7 (See example, Figure C-3.)

C.46 SYSTem:ERRor:CODE:ALL? QUERY

SYST:ERR:CODE:ALL?

Syntax:

Short Form: SYST:ERR:CODE:ALL?]

Long Form: SYSTem:ERRor:CODE:ALL?

Return Value:

Description: Returns a comma-separated list of all error codes. A maximum of 15 codes will be returned; if the

queue is empty, the power supply returns 0. The error codes are defined in table C-7

C.47 SYSTem:LANGuage COMMAND

SYST:LANG

Syntax:

Short Form: SYST:LANG CIIL

Long Form: SYSTem:LANGuage CIIL

Description: This command allows the CIIL command language to be used to program the power supply.

(CIIL is included to provide compatibility with earlier Kepco equipment.) Once CIIL is selected, the CIIL
command ‘GAL’ followed by the command ‘SCPI’ must be sent for the power supply to respond to
SCPI commands.

Advertising