Commit 7a634510 authored by Joel Collins's avatar Joel Collins
Browse files

Added docstring

parent 92ac9479
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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