Measurable#

Class Arguments

Argument

Type

Default Value

channels

TList(TStr)

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.primitives.Measurable

Example Component Dictionary

   {
    "primitives_example": {
        "classname": "atomiq.components.primitives.Measurable",
        "arguments": {
            "channels": "<mandatory parameter (TList(TStr))>"
        }
    }
}

Class Description

class atomiq.components.primitives.Measurable(channels)

Bases: object

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

Parameters:

channels (TList(TStr)) --