Figure b-1. programming the output, B.7 initiate:continuous command, B.8 initiate:continuous? query – KEPCO KLP Series (older -1200 models) Operator Manual User Manual
Page 89: B.9 [source:]list:clear command, Initi, Source, Figures b-1 throug, Init:cont, List:cle
KLP 073008
B-3
FIGURE B-1. PROGRAMMING THE OUTPUT
B.7
INITiate:CONTinuous COMMAND
INIT:CONT
Syntax:
Short Form: INIT:CONT {ON | OFF} or {1 | 0} (1 = on, 0 = off)
Long Form: INITiate:CONTinuous {ON | OFF} or {1 | 0} (1 = on, 0 = off)
Description: INIT:CONT ON enables continuous triggers.; INIT:CONT OFF disables continuous triggers. If
INIT:CONT is OFF, then INIT[:IMM] arms the trigger system for a single trigger. If INIT:CONT is ON,
then the trigger system is continuously armed and INIT[:IMM] is redundant. Executing *RST command
sets INIT:CONT to OFF. (See example, Figure B-1.)
B.8
INITiate:CONTinuous? QUERY
INIT:CONT?
Syntax:
Short Form: INIT:CONT?
Long Form: INITiate:CONTinuous?
Return Value: 1 or 0
Description: Determines whether continuous triggers are enabled or disabled. Power supply returns value of
INIT:CONT flag: “1” = continuous triggers are enabled (INIT:CONT ON); “0” = continuous triggers dis-
abled (INIT:CONT OFF). (See example, Figure B-1.)
B.9
[SOURce:]LIST:CLEar COMMAND
LIST:CLE
Syntax:
Short Form: LIST:CLE
Long Form: LIST:CLEar>
Description: Clears all list entries by setting all pointers to 0. Also sets LIST:DIR to UP, LIST:GEN to DSEQ,
Related Commands: All LIST commands (See example, Figure B-2.)
NOTE: The following example assumes KLP 75-33-1200 with virtual model set for 75V, 16A and output operating
in voltage stabilization mode. See Figure B-3 for directions on programming virtual model limits.
OUTP ON
Enables output.
OUTP?
Returns 1 (output enabled).
VOLT 75;CURR 1.5E-1
Programs output voltage to 75V, current limit to 0.15A.
INIT:CONT: ON
Enables continuous triggering.
INIT:CONT?
Returns 1 (continuous triggering enabled).
VOLT:TRIG 31.5;:CURR:TRIG3E-1 Programs output voltage for 31.5V, current limit for 0.3A upon receipt of trigger
stimulus.
*TRG
Output voltage is set to 31.5V with 0.3A current limit.
VOLT 32.1;CURR 5E-2
Programs output voltage to 32.1V, current limit to 0.05A.
MEAS:VOLT?
Returns actual output voltage (if output voltage is 32.15V, power supply
returns 3.215E1).
MEAS:CURR?
Returns actual output current.
FUNC:MODE?
Returns operating mode of power supply followed by programmed operating
mode, e.g., VOLT,VOLT.
CURR:TRIG?
Returns 3E-1 (current value established by CURR:TRIG).
VOLT:TRIG?
Returns 3.15E1 (voltage value established by VOLT:TRIG).
ABOR
Changes pending trigger levels to immediate values (32.1V, 0.05A).
VOLT 37.7;CURR 2.5E-1
Programs output voltage to 37.7V, current limit to 0.25A.
*TRG
Output returns to trigger values established by ABOR (32.1V, 0.05A).
INIT:CONT 0
Disables continuous triggering.
INIT:CONT?
Returns 0 (continuous triggering disabled).
OUTP OFF
Output disabled.
OUTP?
Returns 0 (output disabled).
MEAS:VOLT?
Returns 0 (measured output voltage).
VOLT?
Returns 3.21E1 (last programmed output voltage).
CURR?
Returns 5E-2 (last programmed output current).
CURR? MAX
Returns 1.6E1 (maximum allowable current for present virtual model).
CURR? MIN
Returns 4E-1 (minimum allowable programming current for model).