jAER project on SourceForge

Uses of Class
net.sf.jaer.biasgen.Pot

Packages that use Pot
ch.unizh.ini.jaer.chip.dvs320 The DVS320 retina, including new fully-configurable on-chip bias current generators and digitally controlled diagnostic output. 
net.sf.jaer.biasgen Classes related to ipot on-chip programmable bias current generator. 
net.sf.jaer.biasgen.VDAC Classes related to programmable voltage DACs. 
 

Uses of Pot in ch.unizh.ini.jaer.chip.dvs320
 

Subclasses of Pot in ch.unizh.ini.jaer.chip.dvs320
 class ConfigurableIPot
          An IPot with full configurability.
 class ConstrainedConfigurableIPot
          A ConfigurableIPot constrained to share a buffer current in common with other ConstrainedConfigurableIPots.
 

Uses of Pot in net.sf.jaer.biasgen
 

Subclasses of Pot in net.sf.jaer.biasgen
 class IPot
          Describes an IPot, Bernabe Linares Barranco's name for a programamble current source.
 

Fields in net.sf.jaer.biasgen with type parameters of type Pot
protected  java.util.ArrayList<Pot> PotArray.pots
           
 

Methods in net.sf.jaer.biasgen that return Pot
 Pot Biasgen.getPotByName(java.lang.String name)
          Get an IPot by name.
 Pot PotArray.getPotByName(java.lang.String name)
          Get an Pot by name.
 Pot Biasgen.getPotByNumber(int number)
          Get an IPot by number in IPotArray.
 Pot PotArray.getPotByNumber(int number)
          Get an Pot by number in PotArray.
 

Methods in net.sf.jaer.biasgen that return types with arguments of type Pot
 java.util.ArrayList<Pot> PotArray.getPots()
           
 

Methods in net.sf.jaer.biasgen with parameters of type Pot
 boolean PotArray.addPot(Pot pot)
          add a pot to the end of the list.
 

Method parameters in net.sf.jaer.biasgen with type arguments of type Pot
 void PotArray.setPots(java.util.ArrayList<Pot> pots)
           
 

Constructors in net.sf.jaer.biasgen with parameters of type Pot
PotGUIControl(Pot pot)
          Creates new form IPotSliderTextControl
 

Constructor parameters in net.sf.jaer.biasgen with type arguments of type Pot
PotSorter(java.util.ArrayList<javax.swing.JComponent> guiList, java.util.ArrayList<Pot> pots)
          Creates new form PotSorter
 

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

Subclasses of Pot in net.sf.jaer.biasgen.VDAC
 class VPot
          Describes a voltage bias, controlled by a voltage that is generated by a voltage DAC.
 


jAER project on SourceForge