nidaqdev
Class Nidaq.DAQmxReadAnalogF64Params
java.lang.Object
nidaqdev.Nidaq.DAQmxReadAnalogF64Params
- Enclosing class:
- Nidaq
public class Nidaq.DAQmxReadAnalogF64Params
- extends java.lang.Object
- Author:
- Paul Redmond
Class for holding the input and output parameters of the
call to DAQmxReadAnalogF64Params
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
taskHandle
private int taskHandle
samplesPerChannel
private int samplesPerChannel
timeout
private double timeout
fillMode
private int fillMode
arraySizeInSamps
private int arraySizeInSamps
sampsPerChanRead
private int sampsPerChanRead
Nidaq.DAQmxReadAnalogF64Params
Nidaq.DAQmxReadAnalogF64Params()
getTaskHandle
public int getTaskHandle()
setTaskHandle
public void setTaskHandle(int taskHandle)
getSamplesPerChannel
public int getSamplesPerChannel()
setSamplesPerChannel
public void setSamplesPerChannel(int samplesPerChannel)
getTimeout
public double getTimeout()
setTimeout
public void setTimeout(double timeout)
getFillMode
public int getFillMode()
setFillMode
public void setFillMode(int fillMode)
getArraySizeInSamps
public int getArraySizeInSamps()
setArraySizeInSamps
public void setArraySizeInSamps(int arraySizeInSamps)
getSampsPerChanRead
public int getSampsPerChanRead()
setSampsPerChanRead
public void setSampsPerChanRead(int sampsPerChanRead)