Switchable#

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

Example Component Dictionary

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

Class Description

class atomiq.components.primitives.Switchable(channels)

Bases: object

A Switchable has one ore more channel(s) that can be switched on or off

Parameters:

channels (TList(TStr)) --