AnalogPhotodiodeΒΆ
Class Arguments
Argument |
Type |
Default Value |
---|---|---|
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
Example Component Dictionary
{
"photodiode_example": {
"classname": "atomiq.components.optoelectronics.photodiode.AnalogPhotodiode",
"arguments": {
"adc_channel": "<mandatory parameter (<class 'atomiq.components.electronics.adc.ADCChannel'>)>"
}
}
}
Class Description
- class atomiq.components.optoelectronics.photodiode.AnalogPhotodiode(adc_channel, *args, **kwargs)[source]
Bases:
Photodiode
An analog photodiode that gives a voltage proportional to the incidend light power.
- Parameters:
adc_channel (ADCChannel) -- The ADC channel that reads the analog voltage of the photodiode
A Measurable has one ore more channels at which data can be measured