LockedLaserSourceΒΆ

Class Arguments

Argument

Type

Default Value

lock

Lock

frequency

TFloat

power

TFloat

0.001

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.laser.LockedLaserSource

Example Component Dictionary

   {
    "laser_example": {
        "classname": "atomiq.components.laser.LockedLaserSource",
        "arguments": {
            "lock": "<mandatory parameter (Lock)>",
            "frequency": "<mandatory parameter (TFloat)>",
            "power": 0.001
        }
    }
}

Class Description

class atomiq.components.laser.LockedLaserSource(lock, *args, **kwargs)[source]

Bases: LaserSource

Locked laser source

This class represents a generic locked laser source that emits light of a specified frequency

Parameters:

lock (Lock) -- lock component that locks the laser source