nidaqdev
Class Nidaq.DAQmxReadAnalogF64Params

java.lang.Object
  extended by 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


Field Summary
private  int arraySizeInSamps
           
private  int fillMode
           
private  int samplesPerChannel
           
private  int sampsPerChanRead
           
private  int taskHandle
           
private  double timeout
           
 
Constructor Summary
Nidaq.DAQmxReadAnalogF64Params()
           
 
Method Summary
 int getArraySizeInSamps()
           
 int getFillMode()
           
 int getSamplesPerChannel()
           
 int getSampsPerChanRead()
           
 int getTaskHandle()
           
 double getTimeout()
           
 void setArraySizeInSamps(int arraySizeInSamps)
           
 void setFillMode(int fillMode)
           
 void setSamplesPerChannel(int samplesPerChannel)
           
 void setSampsPerChanRead(int sampsPerChanRead)
           
 void setTaskHandle(int taskHandle)
           
 void setTimeout(double timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

taskHandle

private int taskHandle

samplesPerChannel

private int samplesPerChannel

timeout

private double timeout

fillMode

private int fillMode

arraySizeInSamps

private int arraySizeInSamps

sampsPerChanRead

private int sampsPerChanRead
Constructor Detail

Nidaq.DAQmxReadAnalogF64Params

Nidaq.DAQmxReadAnalogF64Params()
Method Detail

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)