ADCChannel#

Class Arguments

Argument

Type

Default Value

adc_device

ADC

channel

TInt32

Bold arguments are mandatory. For more documentation on the listed arguments refer to the class definition below. If parameters appear in this list but not in the class definition below, please recursively check the linked base classes for the definition of the parameter.

Inheritance Diagram

Inheritance diagram of atomiq.components.electronics.adc.ADCChannel

Example Component Dictionary

   {
    "adc_example": {
        "classname": "atomiq.components.electronics.adc.ADCChannel",
        "arguments": {
            "adc_device": "<mandatory parameter (ADC)>",
            "channel": "<mandatory parameter (TInt32)>"
        }
    }
}

Class Description

class atomiq.components.electronics.adc.ADCChannel(adc_device, channel, *args, **kwargs)

Bases: Component, Measurable

A single channel of a (possibly multichannel) ADC

Parameters:
  • adc_device (ADC) -- The ADC the channel belongs to

  • channel (TInt32) -- The number of the channel