CalibratedPhotodiodeΒΆ

Class Arguments

Argument

Type

Default Value

calibration

<class 'atomiq.components.basics.calibration.Calibration'>

adc_channel

<class 'atomiq.components.electronics.adc.ADCChannel'>

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.optoelectronics.photodiode.CalibratedPhotodiode

Example Component Dictionary

   {
    "photodiode_example": {
        "classname": "atomiq.components.optoelectronics.photodiode.CalibratedPhotodiode",
        "arguments": {
            "calibration": "<mandatory parameter (<class 'atomiq.components.basics.calibration.Calibration'>)>",
            "adc_channel": "<mandatory parameter (<class 'atomiq.components.electronics.adc.ADCChannel'>)>"
        }
    }
}

Class Description

class atomiq.components.optoelectronics.photodiode.CalibratedPhotodiode(calibration, *args, **kwargs)

Bases: AnalogPhotodiode

An analog photodiode with a power calibration

Parameters:
  • adc_channel -- The ADC channel that reads the analog voltage of the photodiode

  • calibration (Calibration) -- calibration of the photodiode

A Measurable has one ore more channels at which data can be measured