Added
- Support for connecting to instruments created on top of the `pyvisa-mock` framework.
Changed
- Updated auto-generated API documentation to not show all inherited attributes and methods in order to speed up documentation build time.
- `SourceDeviceConstants.function_list` was changed to be `SourceDeviceConstants.functions`, which is now an Enumeration of valid functions.
---