A C D G I J L M R S U

U

updateAI(int) - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with voltage read from the specified AI channel of the associated device.
updateAll() - Method in interface com.teravation.labjack.LabJack
Updates the entire associated device with the values in the current LabJack object.
updateAll(boolean) - Method in interface com.teravation.labjack.LabJack
Updates the entire associated device with the values in the current LabJack object.
updateAllAIs() - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with voltages read from the AI channels 0-7 of the associated device.
updateAllAOsAndDigitals() - Method in interface com.teravation.labjack.LabJack
Updates the associated device, setting the AO voltages and digital (both D and IO) output values stored in the LabJack object, as well as reading the digital input values and the counter (but does not reset the counter).
updateAllAOsAndDigitals(boolean) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, setting the AO voltages and digital (both D and IO) output values stored in the LabJack object, as well as reading the digital input values and the counter, and, if indicated, resets the counter after reading it.
updateAllDifferentialAIs() - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with differential voltages read from the associated device.
updateAO(int) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, setting the specified AO voltage to the current value stored in the LabJack object.
updateCounter() - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with the counter value of the associated device (but does not reset the counter).
updateCounter(boolean) - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with counter value of the associated device, and if indicated, resets the counter after reading it.
updateD(int) - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with the value of the associated channel (DB25).
updateDifferentialAI(int) - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with differential voltage read from the specified differential channel of the associated device.
updateEnvironmentals() - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with temperatures (Fahrenheit and Celsius) and relative humidity read from an attached temperature/humidity probe.
updateFirmwareVersion() - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with the firmware version from the associated device.
updateHighAIs() - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with voltages read from the AI channels 4-7 of the associated device.
updateIO(int) - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with the value of the associated channel (screw terminal).
updateLocalId() - Method in interface com.teravation.labjack.LabJack
Updates the associated device, setting the local id to the value set in the LabJack object.
updateLowAIs() - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with voltages read from the AI channels 0-3 of the associated device.
updatePulse(boolean[], int) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, causing it to generate square pulses on the specified D line(s)
On Windows, this call utilizes the PulseOut DLL call.
updatePulse(boolean[], int, boolean) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, causing it to generate square pulses on the specified D line(s)
On Windows, this call utilizes the PulseOut DLL call.
updatePulse(int, int) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, causing it to generate square pulses on the specified D line.
updatePulseAsynch(boolean[], int) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, causing it to generate square pulses on the specified D line(s)
On Windows, this call utilizes the PulseOutStart DLL call.
updatePulseAsynch(boolean[], int, boolean) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, causing it to generate square pulses on the specified D line(s)
On Windows, this call utilizes the PulseOutStart DLL call.
updatePulseAsynch(int, int) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, causing it to generate square pulses on the specified D line.
updatePulseAsynchFinish(int) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, waiting until the last updatePulseAsynch has finished, or the timeout has expired.
updateScanFromBurst(long[], float, int) - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with scans read from Burst mode.
updateScanFromBurst(long[], float, int, int, boolean, boolean, boolean, long, boolean) - Method in interface com.teravation.labjack.LabJack
Updates the LabJack object with scans read from Burst mode.
updateScanFromStream(int) - Method in interface com.teravation.labjack.LabJack
Reads the designated number of scans from the device and updates the current scan object with that data, or timeout after 10 seconds if the data is not available.
updateScanFromStream(int, int) - Method in interface com.teravation.labjack.LabJack
Reads the designated number of scans from the device and updates the current scan object with that data, or timeout after the designated period.
updateStreamClear() - Method in interface com.teravation.labjack.LabJack
Updates the associated device, ending Stream mode.
updateStreamStart(long[], float) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, putting it into Stream mode.
updateStreamStart(long[], float, boolean) - Method in interface com.teravation.labjack.LabJack
Updates the associated device, putting it into Stream mode.

A C D G I J L M R S U