Difference between revisions of "Atten PPS3203T-3S"
Jump to navigation
Jump to search
(added 'Quick start' section) |
|||
Line 19: | Line 19: | ||
This device is also sold as the [http://www.newark.com/tenma/72-8795/programmable-dc-power-supply-32v/dp/32T0685 Tenma 72-8795] by Farnell/Newark. | This device is also sold as the [http://www.newark.com/tenma/72-8795/programmable-dc-power-supply-32v/dp/32T0685 Tenma 72-8795] by Farnell/Newark. | ||
== Quick start == | |||
The following command will set the voltage on channel #2 to 5.0V, current limit to 0.5A, and then will query the device in continuous mode: | |||
$ sigrok-cli --driver=atten-pps3203:conn=/dev/ttyUSB0 --channel-group=CH2 \ | |||
--config "voltage_target=5:current_limit=0.5:enabled=on" --continuous | |||
== Photos == | == Photos == |
Revision as of 13:47, 30 November 2016
Status | supported |
---|---|
Source code | atten-pps3xxx |
Channels | 3 |
Voltage/current (CH1) | 0-32V / 0-3A |
Voltage/current (CH2) | 0-32V / 0-3A |
Voltage/current (CH3) | 0-6V / 0-3A |
Connectivity | USB-serial, RS232 |
Website | atten.eu |
The Atten PPS3203T-3S is a 3-channel programmable power supply with USB-serial and RS232 connectivity. It is part of the Atten PPS3000 series.
See Atten PPS3203T-3S/Info for more details (such as lsusb -v output) about the device.
This device is also sold as the Tenma 72-8795 by Farnell/Newark.
Quick start
The following command will set the voltage on channel #2 to 5.0V, current limit to 0.5A, and then will query the device in continuous mode:
$ sigrok-cli --driver=atten-pps3203:conn=/dev/ttyUSB0 --channel-group=CH2 \ --config "voltage_target=5:current_limit=0.5:enabled=on" --continuous