FastinoΒΆ

Class Arguments

Argument

Type

Default Value

fastino_device

num_chan

TInt32

parallel_event_delay

TBool

1e-08

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.dac.Fastino

Example Component Dictionary

   {
    "dac_example": {
        "classname": "atomiq.components.sinara.dac.Fastino",
        "arguments": {
            "fastino_device": "<mandatory parameter ()>",
            "num_chan": "<mandatory parameter (TInt32)>",
            "parallel_event_delay": 1e-08
        }
    }
}

Class Description

class atomiq.components.sinara.dac.Fastino(fastino_device, parallel_event_delay=1e-08, *args, **kwargs)[source]

Bases: DAC

The Sinara Fast ADC called Fastino

Parameters:
  • fastino_device -- The ARTIQ fastino device from the device_db

  • parallel_event_delay (TBool) -- Time by which occuring parallel events in ramps are moved [s] (default: 10ns)

A Parametrizable is an entity that can be controlled by one or more continuous parameter(s)