Figure b-2. initiate:continuous command, Figure b-3. initiate:continuous query, Init:cont – KEPCO BIT 232F User Manual
Page 40

B-2
BIT 232 022800
FIGURE B-2. INITiate:CONTinuous COMMAND
FIGURE B-3. INITiate:CONTinuous QUERY
Syntax:
Short Form:
INIT:CONT
Long Form:
:INITiate:CONTinuous
Function:
INIT:CONT ON Enables continuous triggers.
INIT:CONT OFFDisables continuous triggers.
Description:
This command enables/disables triggers. *TRG commands complete the sequence. Once INIT:CONT
ON enables continuous triggers, subsequent *TRG commands return the power supply output to the
commanded values of voltage and current established by the VOLT:TRIG and CURR:TRIG com-
mands until INIT:CONT OFF is received.
Example:
VOLT 21; CURR 5
Power supply output commanded to go to 21V, 5A
INIT:CONT ON
Continuous triggers enabled.
VOLT:TRIG 15;CURR:TRIG 3
Power supply output programmed to return to 15V, 3A upon
receipt of trigger.
*TRG
Upon receipt of *TRG command power supply output returns
to 15V, 3A.
VOLT 17; CURR 2
Power supply output commanded to go to 17V, 2A
*TRG
Upon receipt of *TRG command power supply output returns
to 15V, 3A.
INIT:CONT OFF
Triggers disabled.
INIT:CONT
Syntax:
Short Form:
INIT:CONT?
Long Form:
:INITiate:CONTinuous?
Function:
Determines whether continuous triggers are enabled or disabled.
Response:
“1” = continuous triggers are enabled (INIT:CONT ON)
“0” = continuous triggers disabled (INIT:CONT OFF)
Description:
Power supply returns value of INIT:CONT flag to controller
Example:
VOLT 21; CURR 5
Power supply output commanded to go to 21V, 5A
INIT:CONT ON
Continuous triggers enabled.
VOLT:TRIG 15;CURR:TRIG 3
Power supply programmed to return to 15V, 3A upon
receipt of *TRG trigger.
*TRG
Power supply returns to 15V, 3A.
INIT:CONT?
Controller reads “1” to indicate that continuous triggers are
enabled.
INIT:CONT?