We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc3cf7 commit 3031c3aCopy full SHA for 3031c3a
apstools/synApps/transform.py
@@ -143,7 +143,7 @@ class UserTransformsDevice(Device):
143
transform9 = Cpt(TransformRecord, 'userTran9')
144
transform10 = Cpt(TransformRecord, 'userTran10')
145
146
- def reset(self):
+ def reset(self): # lgtm [py/similar-function]
147
"""set all fields to default values"""
148
self.transform1.reset()
149
self.transform2.reset()
0 commit comments