Difference between revisions of "Chroma 62000P series"
Jump to navigation
Jump to search
(Created page with " === Protocol === ==== LIST Program example ==== PROG:SEL 1 PROG:MODE LIST PROG:ADD 1 PROG:SEQ:SEL 1 PROG:SEQ 0,40,10,25,INF,0,0.100 # Type AUTO, 40V, 10V/s, 25A, IN...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox power supply | |||
| image = [[File:Sigrok logo no text transparent 512.png|180px]] | |||
| name = Chroma 62000P series | |||
| status = in progress | |||
| source_code_dir = scpi-pps | |||
| channels = 1 | |||
| channel1 = 0-100V / 0-100A | |||
| connectivity = USBTMC, RS232, LXI or GPIB optional | |||
| features = | |||
| website = [http://www.chromaate.com/product/62000P_series_Programmable_DC_Power_Supply.htm chromaate.com] | |||
}} | |||
=== Protocol === | === Protocol === | ||
Line 11: | Line 22: | ||
PROG:SAVE # Optional | PROG:SAVE # Optional | ||
PROG:RUN ON | PROG:RUN ON | ||
==== Current limit vs max settable current ==== | |||
* ":SOUR:CURR" Set maximum output current (CC mode threshold) | |||
* ":SOUR:CURR:LIM:HIGH" Limit the maximum current setting that device will accept |
Latest revision as of 00:48, 17 May 2015
Status | in progress |
---|---|
Source code | scpi-pps |
Channels | 1 |
Voltage/current (CH1) | 0-100V / 0-100A |
Connectivity | USBTMC, RS232, LXI or GPIB optional |
Website | chromaate.com |
Protocol
LIST Program example
PROG:SEL 1 PROG:MODE LIST PROG:ADD 1 PROG:SEQ:SEL 1 PROG:SEQ 0,40,10,25,INF,0,0.100 # Type AUTO, 40V, 10V/s, 25A, INF A/s, TTL output, 100ms PROG:SAVE # Optional PROG:RUN ON
Current limit vs max settable current
- ":SOUR:CURR" Set maximum output current (CC mode threshold)
- ":SOUR:CURR:LIM:HIGH" Limit the maximum current setting that device will accept