AcquisitionInfo
Information about the data acquisition hardware limits.
Provides the ADC code range of the underlying analog data, useful for understanding the resolution and range of captured signals.
Attributes
| Name | Type | Description |
|---|---|---|
min_adc_code | Optional[int] | The minimum ADC code of the underlying data. |
max_adc_code | Optional[int] | The maximum ADC code of the underlying data. |
Methods
AI/LLM users: see llms-extensions.txt for machine-readable documentation.