jAER project on SourceForge

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

Packages that use Pot.Sex
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.Sex in ch.unizh.ini.jaer.chip.dvs320
 

Methods in ch.unizh.ini.jaer.chip.dvs320 with parameters of type Pot.Sex
 void ConfigurableIPot.setSex(Pot.Sex sex)
          Overrides super of setSex (N or P) to call observers
 

Constructors in ch.unizh.ini.jaer.chip.dvs320 with parameters of type Pot.Sex
ConfigurableIPot(Biasgen biasgen, java.lang.String name, int shiftRegisterNumber, Pot.Type type, Pot.Sex sex, boolean lowCurrentModeEnabled, boolean enabled, int bitValue, int bufferBitValue, int displayPosition, java.lang.String tooltipString)
          Creates a new instance of IPot
ConstrainedConfigurableIPot(Biasgen biasgen, java.lang.String name, int shiftRegisterNumber, Pot.Type type, Pot.Sex sex, boolean lowCurrentModeEnabled, boolean enabled, int bitValue, int bufferBitValue, int displayPosition, java.lang.String tooltipString, java.util.ArrayList<ConstrainedConfigurableIPot> list)
          Creates a new instance of IPot
 

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

Fields in net.sf.jaer.biasgen declared as Pot.Sex
protected  Pot.Sex Pot.sex
          n or p type
 

Methods in net.sf.jaer.biasgen that return Pot.Sex
 Pot.Sex Pot.getSex()
           
static Pot.Sex Pot.Sex.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Pot.Sex[] Pot.Sex.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sf.jaer.biasgen with parameters of type Pot.Sex
 void Pot.setSex(Pot.Sex sex)
           
 

Constructors in net.sf.jaer.biasgen with parameters of type Pot.Sex
IPot(Biasgen biasgen, java.lang.String name, int shiftRegisterNumber, Pot.Type type, Pot.Sex sex, int bitValue, int displayPosition, java.lang.String tooltipString)
          Creates a new instance of IPot
 

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

Constructors in net.sf.jaer.biasgen.VDAC with parameters of type Pot.Sex
VPot(Chip chip, java.lang.String name, DAC dac, int channel, Pot.Type type, Pot.Sex sex, int bitValue, int displayPosition, java.lang.String tooltipString)
          Creates a new instance of VPot and loads the preferred bit value.
 


jAER project on SourceForge