Added docstring
This commit is contained in:
parent
92ac947982
commit
7a63451063
1 changed files with 4 additions and 0 deletions
|
|
@ -200,6 +200,10 @@ class Microscope(object):
|
||||||
|
|
||||||
@config.setter
|
@config.setter
|
||||||
def config(self, config: dict) -> None:
|
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 attached to a camera
|
||||||
if self.camera:
|
if self.camera:
|
||||||
# Update camera config
|
# Update camera config
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue