DummyMonitor#

Class Arguments

Argument

Type

Default Value

dummy_actor

DummyActor

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.dummies.DummyMonitor

Example Component Dictionary

   {
    "dummies_example": {
        "classname": "atomiq.components.dummies.DummyMonitor",
        "arguments": {
            "dummy_actor": "<mandatory parameter (DummyActor)>"
        }
    }
}

Class Description

class atomiq.components.dummies.DummyMonitor(dummy_actor, *args, **kwargs)

Bases: Component, Measurable

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

Parameters:

dummy_actor (DummyActor) --