DACΒΆ
Class Arguments
Argument |
Type |
Default Value |
---|---|---|
num_chan |
TInt32 |
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
Example Component Dictionary
{
"voltagesource_example": {
"classname": "atomiq.components.electronics.voltagesource.DAC",
"arguments": {
"num_chan": "<mandatory parameter (TInt32)>"
}
}
}
Class Description
- class atomiq.components.electronics.voltagesource.DAC(num_chan, *args, **kwargs)[source]
Bases:
Component
,Parametrizable
A DAC with multiple channels
- Parameters:
num_chan (TInt32) -- Number of channels the DAC has
A Parametrizable is an entity that can be controlled by one or more continuous parameter(s)