DummyCoreΒΆ

Class Arguments

Argument

Type

Default Value

_dmgr

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

Example Component Dictionary

   {
    "dummies_example": {
        "classname": "atomiq.components.dummies.DummyCore",
        "arguments": {
            "_dmgr": "<mandatory parameter ()>"
        }
    }
}

Class Description

class atomiq.components.dummies.DummyCore(_dmgr)[source]

Bases: object

A ARTIQ sim dummy core device that works with Atomiq.

run(k_function, k_args, k_kwargs)[source]
Return type:

int

get_rtio_counter_mu()[source]
Return type:

int

reset()[source]
Return type:

None

break_realtime()[source]
Return type:

None

seconds_to_mu(seconds)[source]
Return type:

int64

mu_to_seconds(mu)[source]
Return type:

float