mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 04:17:15 +02:00
python funcs
This commit is contained in:
@ -8,8 +8,6 @@ from slsdet import Detector
|
||||
|
||||
pycmd = dir(Detector)
|
||||
|
||||
#Add commands that we should not expect as direct commands in python
|
||||
|
||||
|
||||
# dacs are in general not included in the python commands and we expect to
|
||||
# set them from the specialized class or using an enum
|
||||
@ -119,6 +117,7 @@ print(f'Excluded: {len(dacs)} dacs')
|
||||
print(f'Excluded: {len(intentionally_missing)} other commands')
|
||||
|
||||
|
||||
|
||||
not_in_cmd = []
|
||||
for c in pycmd:
|
||||
if c.islower() and not c.startswith('_'):
|
||||
|
Reference in New Issue
Block a user