jAER project on SourceForge

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

Packages that use PotArray
net.sf.jaer.biasgen Classes related to ipot on-chip programmable bias current generator. 
 

Uses of PotArray in net.sf.jaer.biasgen
 

Subclasses of PotArray in net.sf.jaer.biasgen
 class IPotArray
          Describes a linear array of IPot's on a chip.
 

Fields in net.sf.jaer.biasgen declared as PotArray
protected  PotArray Biasgen.potArray
           
 PotArray PotPanel.pots
           
 

Methods in net.sf.jaer.biasgen that return PotArray
 PotArray Biasgen.getPotArray()
          A Biasgen has a single PotArray of biases.
 PotArray PotPanel.getPots()
           
 

Methods in net.sf.jaer.biasgen with parameters of type PotArray
 void Biasgen.setPotArray(PotArray PotArray)
           
 void PotPanel.setPots(PotArray pots)
           
 

Constructors in net.sf.jaer.biasgen with parameters of type PotArray
PotPanel(PotArray ipotArray)
          Creates new form PotPanel
 


jAER project on SourceForge