Beispiel #1
0
 def _get_intensity(self):
     """
     Read output intensity from the photodiode
     """
     connection = IO(self._host, self._port)
     intensity = float(connection._read_port(self._wago_port)) / 1000
     return intensity * q.V