UWMRO/Instruments

Correct output for some functions in the `EXCLUDE` list in `andor.py`

Opened this issue · 0 comments

Because of exposing these functions in EXCLUDE:

EXCLUDE = [
'__doc__',
'__file__',
'__loader__',
'__name__',
'__package__',
'__spec__',
'getStatus',
'getRangeTEC'
]

output behavior may be inconsistent (e.g. not throwing an error where it is expected).

Test writing needed.