Error message

  • Warning: count(): Parameter must be an array or an object that implements Countable in theme_table() (line 1998 of /data/sigrok.org/apache/blog/includes/theme.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable in theme_table() (line 2061 of /data/sigrok.org/apache/blog/includes/theme.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /data/sigrok.org/apache/blog/includes/common.inc).

Rohde&Schwarz HMC 8043 support

libsigrok now supports the Rohde&Schwarz (previously Hameg) HMC 8043 programmable power-supply.

This is a 3-channel power-supply with USBTMC and LXI connectivity.

The protocol is SCPI-based, so the patch for libsigrok was relatively straight-forward, extending the existing scpi-pps driver.

Other, similar SCPI-based power-supplies could be added with relatively little work as well. Patches are always welcome!

The code was contributed and tested by Marc Schink, thanks a lot!