Package nidaqdev
Class Nidaq.DAQmxReadAnalogF64Params
java.lang.Object
nidaqdev.Nidaq.DAQmxReadAnalogF64Params
- Enclosing class:
Nidaq
- Author:
- Paul Redmond
Class for holding the input and output parameters of the call to DAQmxReadAnalogF64Params
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
int
double
void
setArraySizeInSamps
(int arraySizeInSamps) void
setFillMode
(int fillMode) void
setSamplesPerChannel
(int samplesPerChannel) void
setSampsPerChanRead
(int sampsPerChanRead) void
setTaskHandle
(int taskHandle) void
setTimeout
(double timeout)
-
Method Details
-
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)
-