Asterion DC Multioutput Series
Programming Manual
M330517-01 Rev C
10-93
Command
Description
SCPI
STATus<n>:PROTect
ion
Status Protection subsystem.
C
STATus<n>:PROTect
ion:CONDition?
Returns the integer value of the Protection Condition Register. Used
to read the status of the power hardware. See section 10.2.1 for a
detailed table of the various bits that make up this register.
C
STATus<n>:PROTect
ion:ENABle <NR1>
Sets the enable mask of the Protection Event Register, which allows
true conditions to be reported in the summary bit of the Protection
Condition Register.
C
STATus<n>:PROTect
ion:ENABle?
Returns the value of the current mask of the Protection Event
Register.
C
STATus<n>:PROTect
ion:EVENt?
Returns the integer value of the Protection Event Register.
C
Examples of Using the SCPI Commands
The following examples demonstrate programming a power supply to control all three
channels and to readback the output using the SCPI commands. The maximum voltage
and current output are dependent on the particular model channel rating. The examples
list only the SCPI commands; the code required to send the commands is dependent on
the type of language you are using (e.g., C or BASIC) and GPIB hardware (e.g., National
Instruments).
10.13.1
VI Mode Example
Program a unit with no load at the output to 5 VDC @ 1A in channel 1, 10 VDC @ 5A In
channel 2 and 15 VDC @ 7A and verify the output of all three channels.
// Use
SYST:ERR?
after each command to verify no programming errors.
// turn on the unit.
*CLS
// clear the unit to its power-on default settings.
*RST
// reset the unit.
SOUR1:CURR 1.0
// program output current of channel 1 to 1.0 A.
SOUR1:CURR?
// confirm the output current setting of channelc1 (response: 1.0).
SOUR1:VOLT 5.0
// program output voltage of channel 1 to 5.0 VDC.
SOUR1:VOLT?
// confirm the output voltage setting of channel 1 (response: 5.0).
OUTP1:STAT 1
// program the output state of channel 1 enabled (1).
OUTP1:STAT?
// confirm the output state of channel 1 (response: 1).
MEAS1:CURR?
// measure the actual output current of channel 1 (response: ~ 0.0 with no
load on output).
MEAS1:VOLT?
// measure the actual output voltage of channel 1 (response: ~ 5.0).
SOUR2:CURR 5.0
// program output current of channel 2 to 5.0 A.
SOUR2:CURR?
// confirm the output current setting of channel 2 (response: 5.0).
SOUR2:VOLT 10.0
// program output voltage of channel 2 to 10.0 VDC.
SOUR2:VOLT?
// confirm the output voltage setting of channel 2 (response: 10.0).
OUTP2:STAT 1
// program the output state of channel 2 enabled (1).
Содержание Sorensen Asterion DC ASM
Страница 1: ...M330517 01 Rev C Asterion DC Multioutput Series Programming Manual...
Страница 6: ...Asterion DC Multioutput Series Programming Manual M330517 01 Rev C v SAFETY SYMBOLS...
Страница 17: ...Asterion DC Multioutput Series Programming Manual M330517 01 Rev C xvi This page intentionally left blank...
Страница 20: ...Asterion DC Multioutput Series Programming Manual M330517 01 Rev C 1 3 This page intentionally left blank...
Страница 24: ...Asterion DC Multioutput Series Programming Manual M330517 01 Rev C 2 7 This page intentionally left blank...
Страница 26: ...Asterion DC Multioutput Series Programming Manual M330517 01 Rev C 3 9 This page intentionally left blank...
Страница 33: ...Asterion DC Multioutput Series Programming Manual 4 16 M330517 01 Rev C This page intentionally left blank...
Страница 38: ...Asterion DC Multioutput Series Programming Manual M330517 01 Rev C 5 21 This page intentionally left blank...
Страница 52: ...Asterion DC Multioutput Series Programming Manual M330517 01 Rev C 6 35 This page intentionally left blank...
Страница 55: ...Asterion DC Multioutput Series Programming Manual 7 38 M330517 01 Rev C This page intentionally left blank...
Страница 63: ...Asterion DC Multioutput Series Programming Manual 8 46 M330517 01 Rev C This page intentionally left blank...
Страница 73: ...Asterion DC Multioutput Series Programming Manual 9 56 M330517 01 Rev C This page intentionally left blank...
Страница 115: ...Asterion DC Multioutput Series Programming Manual 10 98 M330517 01 Rev C This page intentionally left blank...
Страница 119: ...Asterion DC Multioutput Series Programming Manual 11 102 M330517 01 Rev C This page intentionally left blank...
Страница 137: ...Asterion DC Multioutput Series Programming Manual 12 120 M330517 01 Rev C This page intentionally left blank...
Страница 145: ...Asterion DC Multioutput Series Programming Manual 13 128 M330517 01 Rev C CAL n LOCK...
Страница 159: ...Asterion DC Multioutput Series Programming Manual 13 142 M330517 01 Rev C This page intentionally left blank...
Страница 162: ...M330461 01 Rev C 14 145...