jAER project on SourceForge

ch.unizh.ini.jaer.chip.retina
Class TestchipARCsPixelTestArray.Biasgen

java.lang.Object
  extended by net.sf.jaer.biasgen.Biasgen
      extended by ch.unizh.ini.jaer.chip.retina.TestchipARCsPixelTestArray.Biasgen
All Implemented Interfaces:
java.util.Observer, BiasgenHardwareInterface, BiasgenPreferences, HardwareInterface
Enclosing class:
TestchipARCsPixelTestArray

public class TestchipARCsPixelTestArray.Biasgen
extends Biasgen

Describes IPots on tmpdiff128 retina chip. These are configured by a shift register as shown here:

tmpdiff128 shift register arrangement

Author:
tobi

Nested Class Summary
 
Nested classes/interfaces inherited from class net.sf.jaer.biasgen.Biasgen
Biasgen.HasPreference
 
Field Summary
 
Fields inherited from class net.sf.jaer.biasgen.Biasgen
controlPanel, hardwareInterface, potArray
 
Constructor Summary
TestchipARCsPixelTestArray.Biasgen(Chip chip)
          Creates a new instance of Biasgen for Tmpdiff128 with a given hardware interface
 
Method Summary
 
Methods inherited from class net.sf.jaer.biasgen.Biasgen
buildControlPanel, close, endBatchEdit, exportPreferences, flashConfiguration, formatConfigurationBytes, getChip, getControlPanel, getHardwareInterface, getIPotGroups, getMasterbias, getName, getNumPots, getPotArray, getPotByName, getPotByNumber, getTypeName, importPreferences, isBatchEditOccurring, isInitialized, isOpen, loadPreferences, open, putPref, putPref, putPref, putPref, putPref, resume, sendConfiguration, setBatchEditOccurring, setChip, setControlPanel, setHardwareInterface, setIPotGroups, setMasterbias, setName, setPotArray, setPowerDown, showUnitializedBiasesWarningDialog, startBatchEdit, storePreferences, suspend, toString, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestchipARCsPixelTestArray.Biasgen

public TestchipARCsPixelTestArray.Biasgen(Chip chip)
Creates a new instance of Biasgen for Tmpdiff128 with a given hardware interface

Parameters:
chip - the hardware interface comes from this chip

jAER project on SourceForge