|
Constructors |
public DtoA(int nBits, double vRef) | ||
public DtoA() | |||
Set Input |
public void setInput(String input) public void setInput(int[ ] input) public void setInput(long input) public void setInput(double input) | ||
Get input values |
Binary input |
public String getBinaryInput() public int[ ] getBinaryArray() | |
Decimal input |
public long getDecimalInput() | ||
Output |
Get voltage output |
public double getOutput() | |
Return reference voltage |
as voltage |
public double getVref() | |
as decimal (binary) |
public long getMaximumDecimal() | ||
Settings |
True DAC option |
public boolean getTrueDtoAoption() | |
Dead Time (transportation time) [inherited from BlackBox] |
Set the dead time |
public void setDeadtime(double deadTime) | |
public void setDeadtime(double deadTime, double padeOrder) | |||
Get the dead time |
public double getDeadtime() | ||
Set the Pade order |
public void setPadeOrder(double padeorder) | ||
Get the Pade order |
public void setPadeOrder(double padeorder) | ||
See BlackBox for the remaining inherited methods |