close

close#

method

Instrument.close() None[source]#

Releases resources, hardware or otherwise.

Deletion of object should also automatically call close(), which should take no parameters.

Raises:
NotImplementedError

If not overridden; should return None otherwise.