|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jaer.biasgen.VDAC.DAC
public class DAC
Describes a Digital to Analog Coverter (DAC).
Constructor Summary | |
---|---|
DAC(int numChannels,
int resolutionBits,
float refMinVolts,
float refMaxVolts,
float vdd)
Constructs a new DAC object which represents the DAC. |
Method Summary | |
---|---|
int |
getNumChannels()
|
float |
getRefMaxVolts()
|
float |
getRefMinVolts()
|
int |
getResolutionBits()
|
float |
getResolutionVolts()
|
float |
getVdd()
Gets the largest possible voltage this DAC can output. |
void |
setNumChannels(int numChannels)
|
void |
setRefMaxVolts(float refMaxVolts)
|
void |
setRefMinVolts(float refMinVolts)
|
void |
setResolutionBits(int resolutionBits)
|
void |
setVdd(float vdd)
Sets the largest possible voltage (the positive supply) this DAC can output |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DAC(int numChannels, int resolutionBits, float refMinVolts, float refMaxVolts, float vdd)
numChannels
- number of output channels.resolutionBits
- resolution of each channel in bits.refMinVolts
- vref miniumum in volts (same for all channels).refMaxVolts
- vref max in volts (same for all channels).vdd
- the positive supply voltage (the largest voltage the DAC could output). A DAC may use an internal or external reference
voltage such that some counts would output a voltage larger than vdd. VPot uses this vdd to limit its displayed voltage.Method Detail |
---|
public float getResolutionVolts()
public float getRefMinVolts()
public void setRefMinVolts(float refMinVolts)
public float getRefMaxVolts()
public void setRefMaxVolts(float refMaxVolts)
public int getResolutionBits()
public void setResolutionBits(int resolutionBits)
public int getNumChannels()
public void setNumChannels(int numChannels)
public float getVdd()
public void setVdd(float vdd)
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |