mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-23 04:11:54 +01:00
instrument: Add sample_rate_hz attribute for CONTINUOUS instruments
This commit is contained in:
@@ -170,6 +170,7 @@ class Instrument(object):
|
||||
self.logger = logging.getLogger(self.__class__.__name__)
|
||||
self.channels = collections.OrderedDict()
|
||||
self.active_channels = []
|
||||
self.sample_rate_hz = None
|
||||
|
||||
# channel management
|
||||
|
||||
|
Reference in New Issue
Block a user