SpectroscopyLockΒΆ

Class Arguments

Argument

Type

Default Value

reference_frequency

TFloat

lock_offset

TFloat

0

harmonic

TInt32

1

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.lock.SpectroscopyLock

Example Component Dictionary

   {
    "lock_example": {
        "classname": "atomiq.components.lock.SpectroscopyLock",
        "arguments": {
            "reference_frequency": "<mandatory parameter (TFloat)>",
            "lock_offset": 0,
            "harmonic": 1
        }
    }
}

Class Description

class atomiq.components.lock.SpectroscopyLock(reference_frequency, lock_offset=0, harmonic=1, *args, **kwargs)

Bases: Lock

Parameters:
  • reference_frequency (TFloat)

  • lock_offset (TFloat)

  • harmonic (TInt32)