PhotodiodeΒΆ

Class Arguments

Argument

Type

Default Value

debug_output

TBool

False

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.Photodiode

Example Component Dictionary

   {
    "photodiode_example": {
        "classname": "atomiq.components.optoelectronics.photodiode.Photodiode",
        "arguments": {
            "debug_output": false
        }
    }
}

Class Description

class atomiq.components.optoelectronics.photodiode.Photodiode(*args, **kwargs)[source]

Bases: Component, Measurable

Abstract class to represent a photodiode as a device to measure light power

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

measure()[source]
Return type:

TFloat

get_power()[source]
Return type:

TFloat

measurement_channels()