DelayedSwitchΒΆ

Class Arguments

Argument

Type

Default Value

switch

Switchable

switching_delay

TFloat

0

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.electronics.misc.DelayedSwitch

Example Component Dictionary

   {
    "misc_example": {
        "classname": "atomiq.components.electronics.misc.DelayedSwitch",
        "arguments": {
            "switch": "<mandatory parameter (Switchable)>",
            "switching_delay": 0
        }
    }
}

Class Description

class atomiq.components.electronics.misc.DelayedSwitch(switch, switching_delay=0, *args, **kwargs)[source]

Bases: Component, Switchable

A switch for voltages and currents the has finite switching time

Switching of currents or voltages might take some time due to the used technology. For example MOSFETS have finite switiching times. This can be accounted for by using this class.

Parameters:
  • switch (Switchable) -- The (fast) switch that controls the delayed switch

  • switching_delay (TFloat) -- The delay of the switch

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