jAER project on SourceForge

Package net.sf.jaer.biasgen

Classes related to ipot on-chip programmable bias current generator.

See:
          Description

Interface Summary
Biasgen.HasPreference Marks a class (for example, some object in a subclass of Biasgen) as having a preference that can be loaded and stored.
BiasgenHardwareInterface Interfaces via USB to the on- or off-chip biases and other configuration information on a chip or system.
BiasgenPreferences Interface for biasgen preference storage and export/import
ChipControlPanel Interface for a control panel or user-friendly interface that affects chip biases or other configuration to influence general behavior, e.g.
 

Class Summary
Biasgen Describes a complete bias generator, with a masterbias.
BiasgenAboutDialog The About dialog.
BiasgenFrame A generic application frame for controlling a bias generator.
BiasgenPanel A panel for controlling a bias generator, with a Masterbias and an IPotArray.
FunctionalPot A symbolic pot that describes some kind of functionality with analog characteristics, e.g.
IPot Describes an IPot, Bernabe Linares Barranco's name for a programamble current source.
IPotArray Describes a linear array of IPot's on a chip.
IPotGroup A class to hold a group of pots; can be used to indicate related functionality.
IPotGUIControl A complete GUI conrol for an IPot.
IPotSliderTextControl A GUI control component for controlling an IPot.
Masterbias Describes the master bias circuit and its configuration, and supplies methods for estimating parameters.
MasterbiasPanel A penel for displaying and controlling the masterbias.
Pot Describes an general bias (pot=potentiometer), This Pot can either be on or off chip.
PotArray A collection of Pot's that belong to a common device, e.g.
PotGUIControl A GUI control component for controlling a Pot.
PotPanel Panel for controlling a chip's set of Pots over a HardwareInterface.
PotSorter Shows the header for a list of Pots and allows filtering of Pots.
 

Enum Summary
Pot.Sex the transistor type for bias, N or P or not available (na)
Pot.Type an enum for the type of bias, NORMAL or CASCODE or REFERENCE
 

Exception Summary
IPotException An IPot exception.
 

Package net.sf.jaer.biasgen Description

Classes related to ipot on-chip programmable bias current generator. An on-chip programmable bias generator consists of a masterbias and an array of programamable biase currents. See .

The master bias:

A single programmable bias:

A single bit of one bias:

A buffer that buffers a bias to n and p type voltages:


jAER project on SourceForge