Skip to content

Commit

Permalink
Fix module import
Browse files Browse the repository at this point in the history
  • Loading branch information
lbelzane committed Nov 7, 2024
1 parent f9c936b commit 5b23685
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Piezo/PMXXX.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from datetime import datetime
from ctypes import cdll,c_long, c_ulong, c_uint32,byref,create_string_buffer,c_bool,c_char_p,c_int,c_int16,c_double, sizeof, c_voidp
from TLPMX import TLPMX
from .TLPMX import TLPMX
import time

from TLPMX import TLPM_DEFAULT_CHANNEL
from .TLPMX import TLPM_DEFAULT_CHANNEL

class PMXXX():
"""Instantiates a PMXXX object to control thorlabs powermeter.
Expand Down

0 comments on commit 5b23685

Please sign in to comment.