A B C D G I L M O P R S T U V W

A

adc() - Method in class com.acces.aiousb.USB_AI16_Family
Gets a reference to the analog input subsystem of this device.
AnalogInputSubsystem - Class in com.acces.aiousb
Class AnalogInputSubsystem represents the analog input subsystem of a device.
AnalogInputSubsystem(USBDevice) - Constructor for class com.acces.aiousb.AnalogInputSubsystem
Constructor for analog input subsystem.
AnalogOutputSubsystem - Class in com.acces.aiousb
Class AnalogOutputSubsystem represents the analog output subsystem of a device.
AnalogOutputSubsystem(USBDevice) - Constructor for class com.acces.aiousb.AnalogOutputSubsystem
Constructor for analog output subsystem.

B

BITS_PER_BYTE - Static variable in class com.acces.aiousb.DigitalIOSubsystem
Number of bits in one byte.

C

CAL_MODE_GROUND - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Selects ground calibration mode.
CAL_MODE_NORMAL - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Selects normal measurement mode (see setCalMode()).
CAL_MODE_REFERENCE - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Selects reference (full scale) calibration mode.
calibrate(boolean, boolean, String) - Method in class com.acces.aiousb.AnalogInputSubsystem
Calibrates the A/D, generating either a default table or using the internal voltage references to generate a calibration table.
calibrate(double[], boolean, String) - Method in class com.acces.aiousb.AnalogInputSubsystem
Permits the A/D to be calibrated using an external voltage source.
channel - Variable in class com.acces.aiousb.OutputVoltagePoint
Channel number to output voltage to.
CLEAR_FIFO_METHOD_AUTO - Static variable in class com.acces.aiousb.USBDevice
Enable auto-clear FIFO every falling edge of DIO port D bit 1 (on digital boards, analog boards treat as 0).
CLEAR_FIFO_METHOD_IMMEDIATE - Static variable in class com.acces.aiousb.USBDevice
Clear FIFO as soon as command received (and disable auto-clear).
CLEAR_FIFO_METHOD_IMMEDIATE_AND_ABORT - Static variable in class com.acces.aiousb.USBDevice
Clear FIFO as soon as command received (and disable auto-clear), and abort stream.
CLEAR_FIFO_METHOD_WAIT - Static variable in class com.acces.aiousb.USBDevice
Clear FIFO and wait for it to be emptied.
clearFIFO(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Clears the streaming FIFO, using one of several different methods.
clearFIFO(int) - Method in class com.acces.aiousb.DIOStreamSubsystem
Clears the streaming FIFO, using one of several different methods.
close() - Method in class com.acces.aiousb.DIOStreamSubsystem
Closes a digital I/O stream opened by a call to open().
close() - Method in class com.acces.aiousb.USBDeviceManager
"Closes" the USB device manager for use.
com.acces.aiousb - package com.acces.aiousb
 
configure(boolean, boolean[], boolean[]) - Method in class com.acces.aiousb.DigitalIOSubsystem
Configures the digital I/O ports.
configure(boolean[], boolean[], boolean[]) - Method in class com.acces.aiousb.DigitalIOSubsystem
Configures the digital I/O ports.
Counter - Class in com.acces.aiousb
Class Counter represents a single counter/timer.
Counter(CounterSubsystem, int) - Constructor for class com.acces.aiousb.Counter
Constructor for counter/timer.
CounterSubsystem - Class in com.acces.aiousb
Class CounterSubsystem represents the counter/timer subsystem of a device.
CounterSubsystem(USBDevice) - Constructor for class com.acces.aiousb.CounterSubsystem
Constructor for counter/timer subsystem.
countsToVolts(int, char) - Method in class com.acces.aiousb.AnalogInputSubsystem
Converts a single A/D count value to volts, based on the current gain setting for the specified channel.
countsToVolts(int, char[]) - Method in class com.acces.aiousb.AnalogInputSubsystem
Converts an array of A/D count values to an array of voltage values, based on the current gain setting for each of the specified channels.
countsToVolts(char) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Converts a single D/A count value to volts, based on the current range setting.
countsToVolts(char[]) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Converts an array of D/A count values to an array of voltage values, based on the current range setting.
ctr() - Method in class com.acces.aiousb.USB_AI16_Family
Gets a reference to the counter/timer subsystem of this device.
ctr() - Method in class com.acces.aiousb.USB_CTR_15_Family
Gets a reference to the counter/timer subsystem of this device.
ctr() - Method in class com.acces.aiousb.USB_DIO_32_Family
Gets a reference to the counter/timer subsystem of this device.
CUSTOM_EEPROM_SIZE - Static variable in class com.acces.aiousb.USBDevice
Size of custom EEPROM area (bytes).
customEEPROMRead(int, int) - Method in class com.acces.aiousb.USBDevice
Reads data from the custom programming area of the device EEPROM.
customEEPROMWrite(int, byte[]) - Method in class com.acces.aiousb.USBDevice
Writes data to the custom programming area of the device EEPROM.

D

dac() - Method in class com.acces.aiousb.USB_AO16_Family
Gets a reference to the analog output subsystem of this device.
DAC_RANGE_0_10V - Static variable in class com.acces.aiousb.AnalogOutputSubsystem
Unipolar, 0-10 volt range.
DAC_RANGE_0_5V - Static variable in class com.acces.aiousb.AnalogOutputSubsystem
Unipolar, 0-5 volt range (see setRange()).
DAC_RANGE_10V - Static variable in class com.acces.aiousb.AnalogOutputSubsystem
Bipolar, -10 to +10 volt range.
DAC_RANGE_5V - Static variable in class com.acces.aiousb.AnalogOutputSubsystem
Bipolar, -5 to +5 volt range.
DigitalIOSubsystem - Class in com.acces.aiousb
Class DigitalIOSubsystem represents the digital I/O subsystem of a device.
DigitalIOSubsystem(USBDevice) - Constructor for class com.acces.aiousb.DigitalIOSubsystem
Constructor for digital I/O subsystem.
dio() - Method in class com.acces.aiousb.USB_AI16_Family
Gets a reference to the digital I/O subsystem of this device.
dio() - Method in class com.acces.aiousb.USB_AO16_Family
Gets a reference to the digital I/O subsystem of this device.
dio() - Method in class com.acces.aiousb.USB_DIO_16_Family
Gets a reference to the digital I/O subsystem of this device.
dio() - Method in class com.acces.aiousb.USB_DIO_32_Family
Gets a reference to the digital I/O subsystem of this device.
dio() - Method in class com.acces.aiousb.USB_DIO_Family
Gets a reference to the digital I/O subsystem of this device.
diostream() - Method in class com.acces.aiousb.USB_DIO_16_Family
Gets a reference to the digital I/O streaming subsystem of this device.
DIOStreamSubsystem - Class in com.acces.aiousb
Class DIOStreamSubsystem represents the digital I/O streaming subsystem of a device.
DIOStreamSubsystem(USBDevice) - Constructor for class com.acces.aiousb.DIOStreamSubsystem
Constructor for digital I/O streaming subsystem.

G

GAIN_CODE_0_10V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Unipolar, 0-10 volt range (see setGainCode()).
GAIN_CODE_0_1V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Unipolar, 0-1 volt range.
GAIN_CODE_0_2V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Unipolar, 0-2 volt range.
GAIN_CODE_0_5V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Unipolar, 0-5 volt range.
GAIN_CODE_10V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Bipolar, -10 to +10 volt range.
GAIN_CODE_1V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Bipolar, -1 to +1 volt range.
GAIN_CODE_2V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Bipolar, -2 to +2 volt range.
GAIN_CODE_5V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Bipolar, -5 to +5 volt range.
getAIOUSBVersion() - Method in class com.acces.aiousb.USBDeviceManager
Gets the version number of the underlying AIOUSB module.
getAIOUSBVersionDate() - Method in class com.acces.aiousb.USBDeviceManager
Gets the version date of the underlying AIOUSB module.
getCalMode() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current calibration mode.
getCommTimeout() - Method in class com.acces.aiousb.USBDevice
Gets the current timeout setting for USB communications.
getConfiguration(boolean[], boolean[]) - Method in class com.acces.aiousb.DigitalIOSubsystem
Gets the current configuration of the digital I/O ports.
getCounter(int) - Method in class com.acces.aiousb.CounterSubsystem
Gets a reference to an individual counter.
getDeviceByProductID(int) - Method in class com.acces.aiousb.USBDeviceManager
Gets a list of all the devices found on the bus matching the specified product ID.
getDeviceByProductID(int, int) - Method in class com.acces.aiousb.USBDeviceManager
Gets a list of all the devices found on the bus matching the specified product ID range.
getDeviceBySerialNumber(long) - Method in class com.acces.aiousb.USBDeviceManager
Gets a list of all the devices found on the bus matching the specified serial number.
getDeviceIndex() - Method in class com.acces.aiousb.Counter
Gets the index of the parent device on the USB bus.
getDeviceIndex() - Method in class com.acces.aiousb.USBDevice
Gets the device's index on the USB bus.
getGainCode(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current gain code for channel.
getGainCode(int, int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current gain code for multiple A/D channels.
getName() - Method in class com.acces.aiousb.USBDevice
Gets the device's name.
getNumChannels() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the number of primary analog input channels.
getNumChannels() - Method in class com.acces.aiousb.AnalogOutputSubsystem
Gets the number of analog output channels.
getNumChannels() - Method in class com.acces.aiousb.DigitalIOSubsystem
Gets the number of digital I/O channels (bits).
getNumCounterBlocks() - Method in class com.acces.aiousb.CounterSubsystem
Gets the number of counter blocks.
getNumCounters() - Method in class com.acces.aiousb.CounterSubsystem
Gets the number of individual counters, indexed from 0 to n-1.
getNumMUXChannels() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the number of analog input channels available through an optional multiplexer.
getNumPorts() - Method in class com.acces.aiousb.DigitalIOSubsystem
Gets the number of digital I/O ports (bytes).
getNumTristateGroups() - Method in class com.acces.aiousb.DigitalIOSubsystem
Gets the number of tristate groups (bytes).
getNumTristates() - Method in class com.acces.aiousb.DigitalIOSubsystem
Gets the number of tristate channels (bits).
getOversample() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current number of over-samples.
getProductID() - Method in class com.acces.aiousb.USBDevice
Gets the device's product ID.
getRange() - Method in class com.acces.aiousb.AnalogOutputSubsystem
Gets the current voltage range of the D/A outputs.
getResultCodeAsString(int) - Static method in class com.acces.aiousb.USBDeviceManager
Gets the string representation of an AIOUSB result code, useful mainly for debugging purposes.
getSerialNumber() - Method in class com.acces.aiousb.USBDevice
Gets the device's serial number.
getTriggerMode() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current trigger mode.

I

isAutoCalPresent(boolean) - Method in class com.acces.aiousb.AnalogInputSubsystem
Tells if automatic calibration is possible with this device.
isDifferentialMode(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Tells if channel is configured for single-ended or differential mode.
isDifferentialMode(int, int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Tells if multiple A/D channels are configured for single-ended or differential mode.
isDiscardFirstSample() - Method in class com.acces.aiousb.AnalogInputSubsystem
Tells if the read() functions will discard the first A/D sample taken.
isOpen() - Method in class com.acces.aiousb.USBDeviceManager
Tells if the USB device manager has been "opened" for use (see open()).

L

listDevices() - Method in class com.acces.aiousb.USBDeviceManager
Prints the properties of all the devices found on the bus to the standard output device.

M

MAX_COUNTS - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Maximum number of counts A/D can read.
MAX_COUNTS - Static variable in class com.acces.aiousb.AnalogOutputSubsystem
Maximum number of counts D/A can output.
MODE_HW_TRIGGERED - Static variable in class com.acces.aiousb.Counter
Mode 5: hardware triggered strobe (retriggerable).
MODE_ONE_SHOT - Static variable in class com.acces.aiousb.Counter
Mode 1: hardware retriggerable one-shot.
MODE_RATE_GENERATOR - Static variable in class com.acces.aiousb.Counter
Mode 2: rate generator.
MODE_SQUARE_WAVE - Static variable in class com.acces.aiousb.Counter
Mode 3: square wave mode.
MODE_SW_TRIGGERED - Static variable in class com.acces.aiousb.Counter
Mode 4: software triggered mode.
MODE_TERMINAL_COUNT - Static variable in class com.acces.aiousb.Counter
Mode 0: interrupt on terminal count.

O

open(boolean) - Method in class com.acces.aiousb.DIOStreamSubsystem
Opens a digital I/O stream.
open() - Method in class com.acces.aiousb.USBDeviceManager
"Opens" the USB device manager for use.
OperationFailedException - Exception in com.acces.aiousb
Class OperationFailedException is thrown whenever an operation attempted on a device fails.
OperationFailedException(int) - Constructor for exception com.acces.aiousb.OperationFailedException
Constructs the exception from an AIOUSB module error code.
OperationFailedException(String) - Constructor for exception com.acces.aiousb.OperationFailedException
Constructs the exception from a simple string message.
OutputVoltagePoint - Class in com.acces.aiousb
Class OutputVoltagePoint represents a single analog output data point, consisting of a D/A channel number and a voltage to output to that channel.
OutputVoltagePoint() - Constructor for class com.acces.aiousb.OutputVoltagePoint
Default constructor for analog output data point.
OutputVoltagePoint(int, double) - Constructor for class com.acces.aiousb.OutputVoltagePoint
Constructor for analog output data point.

P

PICO_DIO16RO8 - Static variable in class com.acces.aiousb.USBDeviceManager
 
print(PrintStream) - Method in class com.acces.aiousb.AnalogInputSubsystem
Prints the properties of this subsystem.
print(PrintStream) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Prints the properties of this subsystem.
print(PrintStream) - Method in class com.acces.aiousb.CounterSubsystem
Prints the properties of this subsystem.
print(PrintStream) - Method in class com.acces.aiousb.DigitalIOSubsystem
Prints the properties of this subsystem.
print(PrintStream) - Method in class com.acces.aiousb.DIOStreamSubsystem
Prints the properties of this subsystem.
print(PrintStream) - Method in class com.acces.aiousb.USB_AI16_Family
Prints the properties of this device and all of its subsystems.
print(PrintStream) - Method in class com.acces.aiousb.USB_AO16_Family
Prints the properties of this device and all of its subsystems.
print(PrintStream) - Method in class com.acces.aiousb.USB_CTR_15_Family
Prints the properties of this device and all of its subsystems.
print(PrintStream) - Method in class com.acces.aiousb.USB_DIO_16_Family
Prints the properties of this device and all of its subsystems.
print(PrintStream) - Method in class com.acces.aiousb.USB_DIO_32_Family
Prints the properties of this device and all of its subsystems.
print(PrintStream) - Method in class com.acces.aiousb.USB_DIO_Family
Prints the properties of this device and all of its subsystems.
print(PrintStream) - Method in class com.acces.aiousb.USBDevice
Prints the properties of this device and all of its subsystems.
print(PrintStream) - Method in class com.acces.aiousb.USBDeviceManager
Prints the properties of this device manager and all of the devices found on the bus to the specified print stream.
printDevices() - Method in class com.acces.aiousb.USBDeviceManager
Prints the properties of this device manager and all of the devices found on the bus to the standard output device.

R

read(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Reads the A/D count value from a single channel.
read(int, int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Reads the A/D count values from multiple channels.
read(int) - Method in class com.acces.aiousb.DigitalIOSubsystem
Reads a single digital input channel.
read(int, int) - Method in class com.acces.aiousb.DigitalIOSubsystem
Reads multiple digital input channels.
read(int) - Method in class com.acces.aiousb.DIOStreamSubsystem
Reads a frame from a digital I/O stream opened by a call to open( true ).
readBulkNext(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Retrieves the next set of samples acquired during a bulk acquisition process initiated by readBulkStart().
readBulkSamplesAvailable() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the number of samples available to be retrieved during a bulk acquisition process initiated by readBulkStart().
readBulkStart(int, int, int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Starts a large A/D acquisition process in a background thread and returns immediately.
readCount() - Method in class com.acces.aiousb.Counter
Reads a counter's current count value.
readCountAndSetModeAndCount(int, char) - Method in class com.acces.aiousb.Counter
Reads a counter's current count value, then sets a new mode and loads a new count value into the counter.
readCountAndStatus() - Method in class com.acces.aiousb.Counter
Reads a counter's current count value and status.
readCounts(boolean) - Method in class com.acces.aiousb.CounterSubsystem
Reads the current count values of all the counters, optionally including an "old data" indication.
readVolts(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Reads the voltage from a single channel.
readVolts(int, int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Reads the voltage from multiple channels.
reset() - Method in class com.acces.aiousb.USBDevice
Perform a USB port reset to reinitialize the device.

S

scanForDevices() - Method in class com.acces.aiousb.USBDeviceManager
Re-scans the bus for devices.
selectGate(int) - Method in class com.acces.aiousb.CounterSubsystem
Selects the counter to use as a gate in frequency measurement on other counters.
setCalibrationTable(String) - Method in class com.acces.aiousb.AnalogInputSubsystem
Loads a calibration table from a file into the A/D.
setCalibrationTable(char[]) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the calibration table in the A/D to the contents of calTable.
setCalMode(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the A/D calibration mode.
setClock(double) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the clock frequency for timer-driven bulk reads (see readBulkStart()).
setClock(boolean, double) - Method in class com.acces.aiousb.DIOStreamSubsystem
Sets the internal read/write clock speed of a digital I/O stream.
setCommTimeout(int) - Method in class com.acces.aiousb.USBDevice
Sets the timeout for USB communications.
setCount(char) - Method in class com.acces.aiousb.Counter
Loads a count value into the counter.
setDifferentialMode(int, boolean) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets a single A/D channel to differential or single-ended mode.
setDifferentialMode(int, boolean[]) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets multiple A/D channels to differential or single-ended mode.
setDiscardFirstSample(boolean) - Method in class com.acces.aiousb.AnalogInputSubsystem
Specifies whether the read() functions will discard the first A/D sample taken.
setGainCode(int, int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the gain code for a single A/D channel.
setGainCode(int, int[]) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the gain code for multiple A/D channels.
setGainCodeAndDiffMode(int, int, boolean) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the gain code and differential mode for a single A/D channel.
setGainCodeAndDiffMode(int, int[], boolean[]) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the gain code and differential mode for multiple A/D channels.
setGainCodeAndDiffMode(int, boolean) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets all the A/D channels to the same gain code and differential mode.
setMode(int) - Method in class com.acces.aiousb.Counter
Sets the counter's mode.
setModeAndCount(int, char) - Method in class com.acces.aiousb.Counter
Sets a counter mode and loads a count value into the counter.
setOversample(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the number of over-samples for all A/D channels.
setRange(int) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Sets the voltage range of the D/A outputs.
setStreamingBlockSize(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the streaming block size.
setStreamingBlockSize(int) - Method in class com.acces.aiousb.DIOStreamSubsystem
Sets the streaming block size.
setTriggerMode(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the trigger mode.
startClock(int, double) - Method in class com.acces.aiousb.CounterSubsystem
Selects an output frequency for a counter block and starts the counters.

selectGate() and readCounts( true ) are used in measuring frequency.
stopClock(int) - Method in class com.acces.aiousb.CounterSubsystem
Halts the counter started by startClock()
SUCCESS - Static variable in class com.acces.aiousb.USBDeviceManager
Indicates that underlying AIOUSB module operation succeeded.

T

TRIG_MODE_CTR0_EXT - Static variable in class com.acces.aiousb.AnalogInputSubsystem
If set, counter 0 is externally triggered (see setTriggerMode()).
TRIG_MODE_EXTERNAL - Static variable in class com.acces.aiousb.AnalogInputSubsystem
If set, the A/D is triggered by an external pin on the board.
TRIG_MODE_FALLING_EDGE - Static variable in class com.acces.aiousb.AnalogInputSubsystem
If set, the A/D is triggered by the falling edge of its trigger source, otherwise it's triggered by the rising edge.
TRIG_MODE_SCAN - Static variable in class com.acces.aiousb.AnalogInputSubsystem
If set, each trigger will cause the A/D to scan all the channels, otherwise the A/D will read a single channel with each trigger.
TRIG_MODE_TIMER - Static variable in class com.acces.aiousb.AnalogInputSubsystem
If set, the A/D is triggered by counter 2.

U

USB_AI12_128 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_128A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_128E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_16 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_16A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_16E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_32 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_32A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_32E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_64 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_64A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_64E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_64M - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_64MA - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_64ME - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_96 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_96A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI12_96E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_128A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_128E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_16A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_16E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_32A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_32E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_64A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_64E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_64MA - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_64ME - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_96A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_96E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AI16_Family - Class in com.acces.aiousb
Class USB_AI16_Family represents a USB-AI16-family device, which encompasses the following product IDs: USB_AI16_16A to USB_AI12_128E
USB_AI16_Family(int, int) - Constructor for class com.acces.aiousb.USB_AI16_Family
Constructor for USB device.
USB_AO12_12 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO12_12A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO12_16 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO12_16A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO12_4 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO12_4A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO12_8 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO12_8A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO16_12 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO16_12A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO16_16 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO16_16A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO16_4 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO16_4A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO16_8 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO16_8A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_AO16_Family - Class in com.acces.aiousb
Class USB_AO16_Family represents a USB-AO16-family device, which encompasses the following product IDs: USB_AO16_16A to USB_AO12_4
USB_AO16_Family(int, int) - Constructor for class com.acces.aiousb.USB_AO16_Family
Constructor for USB device.
USB_CTR_15 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_CTR_15_Family - Class in com.acces.aiousb
Class USB_CTR_15_Family represents a USB-CTR-15-family device, which encompasses the following product IDs: USB_CTR_15
USB_CTR_15_Family(int, int) - Constructor for class com.acces.aiousb.USB_CTR_15_Family
Constructor for USB device.
USB_DA12_8A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DA12_8A_REV_A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DA12_8E - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DI16A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DI16A_REV_A1 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DI16A_REV_A2 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DIO16RO8 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DIO_16_Family - Class in com.acces.aiousb
Class USB_DIO_16_Family represents a USB-DIO-16-family device, which encompasses the following product IDs: USB_DI16A_REV_A1 to USB_DI16A_REV_A2 USB_DIO_16H to USB_DIO_16A
USB_DIO_16_Family(int, int) - Constructor for class com.acces.aiousb.USB_DIO_16_Family
Constructor for USB device.
USB_DIO_16A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DIO_16H - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DIO_32 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DIO_32_Family - Class in com.acces.aiousb
Class USB_DIO_32_Family represents a USB-DIO-32-family device, which encompasses the following product IDs: USB_DIO_32
USB_DIO_32_Family(int, int) - Constructor for class com.acces.aiousb.USB_DIO_32_Family
Constructor for USB device.
USB_DIO_48 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DIO_96 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DIO_Family - Class in com.acces.aiousb
Class USB_DIO_Family represents a USB-DIO-family device, which performs basic digital I/O and encompasses the following product IDs: USB_DIO_48 USB_DIO_96 USB_IIRO_16 USB_II_16 USB_RO_16 USB_IIRO_8 USB_II_8 USB_IIRO_4 USB_IDIO_16 USB_II_16_OLD USB_IDO_16 USB_IDIO_8 USB_II_8_OLD USB_IDIO_4 USB_IIRO4_2SM USB_IIRO4_COM USB_DIO16RO8 PICO_DIO16RO8
USB_DIO_Family(int, int) - Constructor for class com.acces.aiousb.USB_DIO_Family
Constructor for USB device.
USB_DO16A - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_DO16A_REV_A1 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_IDIO_16 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_IDIO_4 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_IDIO_8 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_IDO_16 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_II_16 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_II_16_OLD - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_II_8 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_II_8_OLD - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_IIRO4_2SM - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_IIRO4_COM - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_IIRO_16 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_IIRO_4 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_IIRO_8 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USB_RO_16 - Static variable in class com.acces.aiousb.USBDeviceManager
 
USBDevice - Class in com.acces.aiousb
Class USBDevice is the abstract super class of all USB device families.
USBDevice(int, int) - Constructor for class com.acces.aiousb.USBDevice
Constructor for USB device.
USBDeviceManager - Class in com.acces.aiousb
Class USBDeviceManager manages all the USB devices on the bus.
USBDeviceManager() - Constructor for class com.acces.aiousb.USBDeviceManager
Constructor for USB device manager.

V

VERSION_DATE - Static variable in class com.acces.aiousb.USBDeviceManager
The version date of this Java class library.
VERSION_NUMBER - Static variable in class com.acces.aiousb.USBDeviceManager
The version number of this Java class library.
volts - Variable in class com.acces.aiousb.OutputVoltagePoint
Voltage to output.
voltsToCounts(int, double) - Method in class com.acces.aiousb.AnalogInputSubsystem
Converts a single voltage value to A/D counts, based on the current gain setting for the specified channel.
voltsToCounts(int, double[]) - Method in class com.acces.aiousb.AnalogInputSubsystem
Converts an array of voltage values to an array of A/D count values, based on the current gain setting for each of the specified channels.
voltsToCounts(double) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Converts a single voltage value to D/A counts, based on the current range setting.
voltsToCounts(double[]) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Converts an array of voltage values to an array of D/A count values, based on the current range setting.

W

write(int, char) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Writes a count value to a D/A channel.
write(char[]) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Writes a block of count values to one or more D/A channels.
write(int, boolean) - Method in class com.acces.aiousb.DigitalIOSubsystem
Writes a single digital output channel.
write(int, boolean[]) - Method in class com.acces.aiousb.DigitalIOSubsystem
Writes multiple digital output channels.
write(char[]) - Method in class com.acces.aiousb.DIOStreamSubsystem
Writes a frame to a digital I/O stream opened by a call to open( false ).
writeVolts(int, double) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Writes a voltage value to a D/A channel.
writeVolts(OutputVoltagePoint[]) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Writes a block of voltage values to one or more D/A channels.

A B C D G I L M O P R S T U V W