|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.acces.aiousb.OutputVoltagePoint
public class OutputVoltagePoint
Class OutputVoltagePoint represents a single analog output data point, consisting of a D/A
channel number and a voltage to output to that channel. It is used by method
AO16_AnalogOutputSubsystem.writeVolts( OutputVoltagePoint[] points )
to output a series
of voltages to multiple D/A channels.
Field Summary | |
---|---|
int |
channel
Channel number to output voltage to. |
double |
volts
Voltage to output. |
Constructor Summary | |
---|---|
OutputVoltagePoint()
Default constructor for analog output data point. |
|
OutputVoltagePoint(int channel,
double volts)
Constructor for analog output data point. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int channel
public double volts
Constructor Detail |
---|
public OutputVoltagePoint()
public OutputVoltagePoint(int channel, double volts)
channel
- the channel number to output voltage to.volts
- the voltage to output.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |