Difference between revisions of "Rohde&Schwarz HMP 4000 series"

From sigrok
Jump to navigation Jump to search
(eevblog links)
(example --scan and --show output)
Line 28: Line 28:
File:rs_hmp4040_back.png|<small>Device, back</small>
File:rs_hmp4040_back.png|<small>Device, back</small>
</gallery>
</gallery>
== Use ==
  $ '''sigrok-cli -d scpi-pps --scan'''
  The following devices were found:
  scpi-pps - ROHDE&SCHWARZ HMP4040 HW50020003/SW2.62 [S/N: 104xxx] with 8 channels: V1 I1 V2 I2 V3 I3 V4 I4
  $ '''sigrok-cli -d scpi-pps --show'''
  Driver functions:
      Power supply
  Scan options:
      conn
      serialcomm
  scpi-pps - ROHDE&SCHWARZ HMP4040 HW50020003/SW2.62 [S/N: 104xxx] with 8 channels: V1 I1 V2 I2 V3 I3 V4 I4
  Channel groups:
      1: channels V1 I1
      2: channels V2 I2
      3: channels V3 I3
      4: channels V4 I4
  Supported configuration options across all channel groups:
      continuous: on, off
      limit_samples: 0 (current)
      limit_time: 0 (current)


== Resources ==
== Resources ==

Revision as of 10:45, 23 August 2020

Rohde&Schwarz HMP 4000
Rs hmp4040 mugshot.png
Status in progress
Source code scpi-pps
Channels 3 / 4
Voltage/current (CH1) 0-32V / 0-10A
Voltage/current (CH2) 0-32V / 0-10A
Voltage/current (CH3) 0-32V / 0-10A
Voltage/current (CH4) 0-32V / 0-10A
Connectivity USB CDC, USB TMC, LAN
Website rohde-schwarz.com

The Rohde&Schwarz HMP 4000 series consists of the HMP 4030 (3 channels) and HMP 4040 (4 channels) models. Each channel provides up to 32V and up to 10A, with a maximum of 160W per channel, and a maximum of 384W for the total supply. The isolated channels can get connected in series or parallel to get higher voltages or currents. The device ships with USB (CDC and TMC) and LAN by default, GPIB is available as an option.

The HMP 2000 series provides models with fewer channels and lower capabilities.

See Rohde&Schwarz HMP 4040/Info for detailed USB connection information.

Photos

TODO

Use

 $ sigrok-cli -d scpi-pps --scan
 The following devices were found:
 scpi-pps - ROHDE&SCHWARZ HMP4040 HW50020003/SW2.62 [S/N: 104xxx] with 8 channels: V1 I1 V2 I2 V3 I3 V4 I4
 $ sigrok-cli -d scpi-pps --show
 Driver functions:
     Power supply
 Scan options:
     conn
     serialcomm
 scpi-pps - ROHDE&SCHWARZ HMP4040 HW50020003/SW2.62 [S/N: 104xxx] with 8 channels: V1 I1 V2 I2 V3 I3 V4 I4
 Channel groups:
     1: channels V1 I1
     2: channels V2 I2
     3: channels V3 I3
     4: channels V4 I4
 Supported configuration options across all channel groups:
     continuous: on, off
     limit_samples: 0 (current)
     limit_time: 0 (current)

Resources