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

NameTypeDescription
min_adc_codeOptional[int]The minimum ADC code of the underlying data.
max_adc_codeOptional[int]The maximum ADC code of the underlying data.

Methods

__init__(min_adc_code: Optional[int], max_adc_code: Optional[int]) -> None
AI/LLM users: see llms-extensions.txt for machine-readable documentation.