Did some renaming to make things make sense
This commit is contained in:
@@ -31,8 +31,8 @@ import traceback
|
||||
|
||||
TNMR_MAX_PULSES = 100
|
||||
|
||||
class ProgrammedSequence(fc.Drivable): # Drivable only for kill() funcitonality
|
||||
"""An NMR device being driven by an instance of TNMR. Requires that an instance of TNMR is opened before creation.
|
||||
class TNMRModule(fc.Drivable): # Drivable only for kill() funcitonality
|
||||
"""An NMR device being driven by an instance of TNMR. Requires that an instance of TNMR is opened; if one is not, it will attempt to open one, though it is not guaranteed that this will always work.
|
||||
|
||||
Use
|
||||
---
|
||||
Reference in New Issue
Block a user