DioInputΒΆ

Class Arguments

Argument

Type

Default Value

kasli

Kasli

ttl

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.sinara.kasli.DioInput

Example Component Dictionary

   {
    "kasli_example": {
        "classname": "atomiq.components.sinara.kasli.DioInput",
        "arguments": {
            "kasli": "<mandatory parameter (Kasli)>",
            "ttl": "<mandatory parameter ()>"
        }
    }
}

Class Description

class atomiq.components.sinara.kasli.DioInput(kasli, ttl, *args, **kwargs)[source]

Bases: Component, Measurable

Fast Digital Input Channel Attached to Kasli

This class describes the fast digital input channels directly attached to your Kasli.

Parameters:
  • kasli (Kasli) -- Kasli module that this digital input belongs to

  • ttl -- ARTIQ device from device_db.py for the DIO channel

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