Added docstring

This commit is contained in:
Joel Collins 2019-01-30 18:23:48 +00:00
parent 92ac947982
commit 7a63451063

View file

@ -200,6 +200,10 @@ class Microscope(object):
@config.setter
def config(self, config: dict) -> None:
"""
Technically doesn't SET the config, but rather updates it. Missing parameters
will be left untouched.
"""
# If attached to a camera
if self.camera:
# Update camera config