Exceptions
Instro-specific errors inherit fromInstroError.
FeatureNotSupportedError
FeatureNotSupportedError is raised when a driver cannot provide a requested feature.
FeatureNotSupportedError when the connected instrument or driver interface does not expose the feature. Use NotImplementedError when the feature exists but the driver has not implemented it yet.