This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""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: |