SynthUSBII¶
From: Windfreak Technologies, LLC
Class: herosdevices.hardware.windfreak.SynthUSBII
Driver Quality Index: stable
Windfreak SynthUSB2 RF generator driver.
Bold arguments are mandatory. For more information on the listed arguments refer to the class documentation: herosdevices.hardware.windfreak.SynthUSBII If parameters appear in this list but not in the class definition, please recursively check the linked base classes for the definition of the parameter.
Argument |
Type |
Default Value |
Description |
|---|---|---|---|
address |
<class ‘str’> |
||
timeout |
<class ‘float’> |
1.0 |
The following JSON strings can be used to start a HERO device representation of SynthUSBII using BOSS.
{
"_id": "my_SynthUSBII",
"classname": "herosdevices.hardware.windfreak.SynthUSBII",
"arguments": {
"address": "<class 'str'>",
"timeout": 1.0
}
}
generated from signature
digraph inheritance45ba98ec00 {
bgcolor=transparent;
rankdir=TB;
size="";
"herosdevices.core.templates.serial.SerialDeviceTemplate" [URL="../../../autoapi/herosdevices/core/templates/serial/index.html#herosdevices.core.templates.serial.SerialDeviceTemplate",color="#5fabe8",fillcolor="#5fabe827",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,penwidth=2,shape=box,style="rounded,filled",target="_top",tooltip="Template (base class) for devices which are controlled or read out through a serial interface."];
"herosdevices.hardware.windfreak.SynthUSB" [URL="../../../autoapi/herosdevices/hardware/windfreak/index.html#herosdevices.hardware.windfreak.SynthUSB",color="#5fabe8",fillcolor="#5fabe827",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,penwidth=2,shape=box,style="rounded,filled",target="_top",tooltip="Base class for Windfreak Synth USB RF generators."];
"herosdevices.interfaces.atomiq.RFSource" -> "herosdevices.hardware.windfreak.SynthUSB" [arrowsize=1,color="#5fabe8",dir="back",penwidth=2,style="setlinewidth(0.5)"];
"herosdevices.core.templates.serial.SerialDeviceTemplate" -> "herosdevices.hardware.windfreak.SynthUSB" [arrowsize=1,color="#5fabe8",dir="back",penwidth=2,style="setlinewidth(0.5)"];
"herosdevices.hardware.windfreak.SynthUSBII" [URL="../../../autoapi/herosdevices/hardware/windfreak/index.html#herosdevices.hardware.windfreak.SynthUSBII",color="#5fabe8",fillcolor="#5fabe827",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,penwidth=2,shape=box,style="rounded,filled",target="_top",tooltip="Windfreak SynthUSB2 RF generator driver."];
"herosdevices.hardware.windfreak.SynthUSB" -> "herosdevices.hardware.windfreak.SynthUSBII" [arrowsize=1,color="#5fabe8",dir="back",penwidth=2,style="setlinewidth(0.5)"];
"herosdevices.interfaces.Interface" [URL="../../../autoapi/herosdevices/interfaces/index.html#herosdevices.interfaces.Interface",color="#5fabe8",fillcolor="#5fabe827",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,penwidth=2,shape=box,style="rounded,filled",target="_top",tooltip="Generic Interface to describe and check capabilities of a device driver."];
"herosdevices.interfaces.atomiq.AtomiqInterface" [URL="../../../autoapi/herosdevices/interfaces/atomiq/index.html#herosdevices.interfaces.atomiq.AtomiqInterface",color="#5fabe8",fillcolor="#5fabe827",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,penwidth=2,shape=box,style="rounded,filled",target="_top",tooltip="This interface defines the necessary methods for a HERO to seamlessly being converted into an atomiq component."];
"herosdevices.interfaces.Interface" -> "herosdevices.interfaces.atomiq.AtomiqInterface" [arrowsize=1,color="#5fabe8",dir="back",penwidth=2,style="setlinewidth(0.5)"];
"herosdevices.interfaces.atomiq.RFSource" [URL="../../../autoapi/herosdevices/interfaces/atomiq/index.html#herosdevices.interfaces.atomiq.RFSource",color="#5fabe8",fillcolor="#5fabe827",fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,penwidth=2,shape=box,style="rounded,filled",target="_top",tooltip="HERO implementation of :external+atomiq:py:class:`atomiq.components.electronics.rfsource.RFSource`."];
"herosdevices.interfaces.atomiq.AtomiqInterface" -> "herosdevices.interfaces.atomiq.RFSource" [arrowsize=1,color="#5fabe8",dir="back",penwidth=2,style="setlinewidth(0.5)"];
}