jAER project on SourceForge

Uses of Class
net.sf.jaer.biasgen.VDAC.VPot

Packages that use VPot
net.sf.jaer.biasgen.VDAC Classes related to programmable voltage DACs. 
 

Uses of VPot in net.sf.jaer.biasgen.VDAC
 

Methods in net.sf.jaer.biasgen.VDAC that return VPot
 VPot VPotGUIControl.getPot()
           
 

Methods in net.sf.jaer.biasgen.VDAC with parameters of type VPot
 void VPotGUIControl.setPot(VPot pot)
           
 

Constructors in net.sf.jaer.biasgen.VDAC with parameters of type VPot
VPotGUIControl(VPot pot)
          Creates a new instance of IPotGUIControl
VPotSliderTextControl(VPot pot)
          Creates new form VPotSliderTextControl.
 


jAER project on SourceForge