|
jAER project on SourceForge | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pot.Type | |
---|---|
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.Type in ch.unizh.ini.jaer.chip.dvs320 |
---|
Methods in ch.unizh.ini.jaer.chip.dvs320 with parameters of type Pot.Type | |
---|---|
void |
ConfigurableIPot.setType(Pot.Type type)
Overrides super of type (NORNAL or CASCODE) to call observers |
Constructors in ch.unizh.ini.jaer.chip.dvs320 with parameters of type Pot.Type | |
---|---|
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.Type in net.sf.jaer.biasgen |
---|
Fields in net.sf.jaer.biasgen declared as Pot.Type | |
---|---|
protected Pot.Type |
Pot.type
type of bias, e.g. |
Methods in net.sf.jaer.biasgen that return Pot.Type | |
---|---|
Pot.Type |
Pot.getType()
|
static Pot.Type |
Pot.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Pot.Type[] |
Pot.Type.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.Type | |
---|---|
void |
Pot.setType(Pot.Type type)
|
Constructors in net.sf.jaer.biasgen with parameters of type Pot.Type | |
---|---|
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.Type in net.sf.jaer.biasgen.VDAC |
---|
Constructors in net.sf.jaer.biasgen.VDAC with parameters of type Pot.Type | |
---|---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |