Skip to content

Instantly share code, notes, and snippets.

View JuanCabre's full-sized avatar

Juan Alberto Cabrera Guerrero JuanCabre

  • Deutsche Telekom's Chair of Communication Networks. TU Dresden
  • Germany
View GitHub Profile
"""This module enables connecting to a KEYSIGHT N6075B power measurement device and measuring power in a certain
interval
Right now, this assumes that the device is already set to be a voltage priority power source on output @1.
"""
import socket
class MeasurementDevice: