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.
AI16_DataPoint - Class in com.acces.aiousb
Class AI16_DataPoint represents a single data point captured from a USB_AI16_Family device.
AI16_DataSet - Class in com.acces.aiousb
Class AI16_DataSet represents a data set captured from a USB_AI16_Family device.
AnalogInputSubsystem - Class in com.acces.aiousb
Class AnalogInputSubsystem represents the analog input subsystem of a device.
AnalogOutputSubsystem - Class in com.acces.aiousb
Class AnalogOutputSubsystem is the superclass of the analog output subsystem of a device.
AO16_AnalogOutputSubsystem - Class in com.acces.aiousb
Class AO16_AnalogOutputSubsystem represents the analog output subsystem of a device.

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 (see setCalMode()).
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 (see setCalMode()).
CAL_TABLE_WORDS - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Number of 16-bit words in an A/D calibration table (65,536 16-bit words).
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.
CounterSubsystem - Class in com.acces.aiousb
Class CounterSubsystem represents the counter/timer subsystem of a device.
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.AO16_AnalogOutputSubsystem
Converts a single D/A count value to volts, based on the current range setting.
countsToVolts(int, char) - Method in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Converts a single D/A count value to volts, 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

DA12_AnalogOutputSubsystem - Class in com.acces.aiousb
Class DA12_AnalogOutputSubsystem represents the analog output subsystem of a device.
dac() - Method in class com.acces.aiousb.USB_AO16_Family
Gets a reference to the analog output subsystem of this device.
dac() - Method in class com.acces.aiousb.USB_DA12_8A_Family
Gets a reference to the analog output subsystem of this device.
dac() - Method in class com.acces.aiousb.USB_DA12_8E_Family
Gets a reference to the analog output subsystem of this device.
DigitalIOSubsystem - Class in com.acces.aiousb
Class DigitalIOSubsystem represents the digital I/O subsystem of a device.
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.

G

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.AI16_DataSet
Gets the calibration mode that was in effect when this data set was captured.
getCalMode() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current calibration mode.
getChannel() - Method in class com.acces.aiousb.AI16_DataPoint
Gets the channel number from which this data point was captured.
getChannelsPerGroup() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the number of analog input channels in each configuration group (1, 4 or 8 depending on the device model).
getClock() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current clock frequency for timer-driven bulk reads (see setClock()).
getClock() - Method in class com.acces.aiousb.DIOStreamSubsystem
Gets the current internal read/write clock speed of a digital I/O stream.
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.
getCounts() - Method in class com.acces.aiousb.AI16_DataPoint
Gets the captured data in A/D counts.
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.
getDeviceByProductID(int[]) - Method in class com.acces.aiousb.USBDeviceManager
Gets a list of all the devices found on the bus matching the specified set of product IDs.
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.
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).
getNumTristateChannels() - Method in class com.acces.aiousb.DigitalIOSubsystem
Gets the number of tristate channels (bits).
getNumTristateGroups() - Method in class com.acces.aiousb.DigitalIOSubsystem
Gets the number of tristate groups (bytes).
getOverSample() - Method in class com.acces.aiousb.AI16_DataSet
Gets the over-sample setting that was in effect when this data set was captured.
getOverSample() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current number of over-samples.
getPoints() - Method in class com.acces.aiousb.AI16_DataSet
Gets the data point array from this data set.
getProductID() - Method in class com.acces.aiousb.USBDevice
Gets the device's product ID.
getRange() - Method in class com.acces.aiousb.AI16_DataPoint
Gets the range that was in effect when this data point was captured.
getRange(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current range for channel.
getRange(int, int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current range for multiple A/D channels.
getRange() - Method in class com.acces.aiousb.AO16_AnalogOutputSubsystem
Gets the current voltage range of the D/A outputs.
getRange(int) - Method in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Gets the current voltage range of a D/A channel.
getRange(int, int) - Method in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Gets the current voltage range of multiple D/A channels.
getRangeText() - Method in class com.acces.aiousb.AI16_DataPoint
Gets the textual representation of the range that was in effect when this data point was captured.
getRangeText(int) - Static method in class com.acces.aiousb.AnalogInputSubsystem
Gets the textual string for the specified range.
getRangeText(int) - Static method in class com.acces.aiousb.AO16_AnalogOutputSubsystem
Gets the textual string for the specified range.
getRangeText(int) - Static method in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Gets the textual string for the specified range.
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.
getStreamingBlockSize() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current streaming block size.
getStreamingBlockSize() - Method in class com.acces.aiousb.DIOStreamSubsystem
Gets the current streaming block size.
getSubsystem() - Method in class com.acces.aiousb.AI16_DataSet
Gets the subsystem from which this data set was obtained.
getSupportedProductIDs() - Static method in class com.acces.aiousb.USB_AI16_Family
Gets an array of all the product IDs supported by this USB device family.
getSupportedProductIDs() - Static method in class com.acces.aiousb.USB_AO16_Family
Gets an array of all the product IDs supported by this USB device family.
getSupportedProductIDs() - Static method in class com.acces.aiousb.USB_CTR_15_Family
Gets an array of all the product IDs supported by this USB device family.
getSupportedProductIDs() - Static method in class com.acces.aiousb.USB_DA12_8A_Family
Gets an array of all the product IDs supported by this USB device family.
getSupportedProductIDs() - Static method in class com.acces.aiousb.USB_DA12_8E_Family
Gets an array of all the product IDs supported by this USB device family.
getSupportedProductIDs() - Static method in class com.acces.aiousb.USB_DIO_16_Family
Gets an array of all the product IDs supported by this USB device family.
getSupportedProductIDs() - Static method in class com.acces.aiousb.USB_DIO_32_Family
Gets an array of all the product IDs supported by this USB device family.
getSupportedProductIDs() - Static method in class com.acces.aiousb.USB_DIO_Family
Gets an array of all the product IDs supported by this USB device family.
getSupportedProductNames() - Static method in class com.acces.aiousb.USB_AI16_Family
Gets an array of all the product names supported by this USB device family.
getSupportedProductNames() - Static method in class com.acces.aiousb.USB_AO16_Family
Gets an array of all the product names supported by this USB device family.
getSupportedProductNames() - Static method in class com.acces.aiousb.USB_CTR_15_Family
Gets an array of all the product names supported by this USB device family.
getSupportedProductNames() - Static method in class com.acces.aiousb.USB_DA12_8A_Family
Gets an array of all the product names supported by this USB device family.
getSupportedProductNames() - Static method in class com.acces.aiousb.USB_DA12_8E_Family
Gets an array of all the product names supported by this USB device family.
getSupportedProductNames() - Static method in class com.acces.aiousb.USB_DIO_16_Family
Gets an array of all the product names supported by this USB device family.
getSupportedProductNames() - Static method in class com.acces.aiousb.USB_DIO_32_Family
Gets an array of all the product names supported by this USB device family.
getSupportedProductNames() - Static method in class com.acces.aiousb.USB_DIO_Family
Gets an array of all the product names supported by this USB device family.
getTimeStamp() - Method in class com.acces.aiousb.AI16_DataSet
Gets the approximate time stamp when this data set was captured.
getTriggerMode() - Method in class com.acces.aiousb.AI16_DataSet
Gets the trigger mode that was in effect when this data set was captured.
getTriggerMode() - Method in class com.acces.aiousb.AnalogInputSubsystem
Gets the current trigger mode.
getVolts() - Method in class com.acces.aiousb.AI16_DataPoint
Gets the captured data in volts.

I

isAutoCalPresent(boolean) - Method in class com.acces.aiousb.AnalogInputSubsystem
Tells if automatic calibration is possible with this device.
isAutoConfig() - Method in class com.acces.aiousb.AnalogInputSubsystem
Tells whether the modified configuration will be automatically sent to the device.
isDifferentialMode() - Method in class com.acces.aiousb.AI16_DataPoint
Gets the differential/single-ended mode that was in effect when this data point was captured.
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.AI16_DataSet
Gets the sample discard mode that was in effect when this data set was captured.
isDiscardFirstSample() - Method in class com.acces.aiousb.AnalogInputSubsystem
Tells if the read(), readCounts() and readVolts() 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()).
isSupportedProductID(int) - Static method in class com.acces.aiousb.USB_AI16_Family
Tells if a given product ID is supported by this USB device family.
isSupportedProductID(int) - Static method in class com.acces.aiousb.USB_AO16_Family
Tells if a given product ID is supported by this USB device family.
isSupportedProductID(int) - Static method in class com.acces.aiousb.USB_CTR_15_Family
Tells if a given product ID is supported by this USB device family.
isSupportedProductID(int) - Static method in class com.acces.aiousb.USB_DA12_8A_Family
Tells if a given product ID is supported by this USB device family.
isSupportedProductID(int) - Static method in class com.acces.aiousb.USB_DA12_8E_Family
Tells if a given product ID is supported by this USB device family.
isSupportedProductID(int) - Static method in class com.acces.aiousb.USB_DIO_16_Family
Tells if a given product ID is supported by this USB device family.
isSupportedProductID(int) - Static method in class com.acces.aiousb.USB_DIO_32_Family
Tells if a given product ID is supported by this USB device family.
isSupportedProductID(int) - Static method in class com.acces.aiousb.USB_DIO_Family
Tells if a given product ID is supported by this USB device family.

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.AO16_AnalogOutputSubsystem
Maximum number of counts D/A can output.
MAX_COUNTS - Static variable in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Maximum number of counts D/A can output.
MAX_PRODUCT_ID - Static variable in class com.acces.aiousb.USBDeviceManager
 
MIN_COUNTS - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Minimum number of counts A/D can read.
MIN_COUNTS - Static variable in class com.acces.aiousb.AO16_AnalogOutputSubsystem
Minimum number of counts D/A can output.
MIN_COUNTS - Static variable in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Minimum number of counts D/A can output.
MIN_PRODUCT_ID - Static variable in class com.acces.aiousb.USBDeviceManager
 
MODE_HW_TRIGGERED - Static variable in class com.acces.aiousb.Counter
Mode 5: hardware triggered strobe (retriggerable) (see setMode()).
MODE_ONE_SHOT - Static variable in class com.acces.aiousb.Counter
Mode 1: hardware retriggerable one-shot (see setMode()).
MODE_RATE_GENERATOR - Static variable in class com.acces.aiousb.Counter
Mode 2: rate generator (see setMode()).
MODE_SQUARE_WAVE - Static variable in class com.acces.aiousb.Counter
Mode 3: square wave mode (see setMode()).
MODE_SW_TRIGGERED - Static variable in class com.acces.aiousb.Counter
Mode 4: software triggered mode (see setMode()).
MODE_TERMINAL_COUNT - Static variable in class com.acces.aiousb.Counter
Mode 0: interrupt on terminal count (see setMode()).

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
Supported by USB_DIO_Family.
print(PrintStream) - Method in class com.acces.aiousb.AI16_DataSet
Prints this data set.
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_DA12_8A_Family
Prints the properties of this device and all of its subsystems.
print(PrintStream) - Method in class com.acces.aiousb.USB_DA12_8E_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.
productIDToName(int) - Static method in class com.acces.aiousb.USBDeviceManager
Gets the product name for a product ID.
productIDToName(int[]) - Static method in class com.acces.aiousb.USBDeviceManager
Gets the product names for an array of product IDs.
productNameToID(String) - Static method in class com.acces.aiousb.USBDeviceManager
Gets the product ID for a product name.
productNameToID(String[]) - Static method in class com.acces.aiousb.USBDeviceManager
Gets the product IDs for an array of product names.

R

RANGE_0_10V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Unipolar, 0-10 volt range (see setRange()).
RANGE_0_10V - Static variable in class com.acces.aiousb.AO16_AnalogOutputSubsystem
Unipolar, 0-10 volt range (see setRange()).
RANGE_0_10V - Static variable in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Unipolar, 0-10 volt range (see setRange()).
RANGE_0_1V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Unipolar, 0-1 volt range (see setRange()).
RANGE_0_2_5V - Static variable in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Unipolar, 0-2.5 volt range (see setRange()).
RANGE_0_2V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Unipolar, 0-2 volt range (see setRange()).
RANGE_0_5V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Unipolar, 0-5 volt range (see setRange()).
RANGE_0_5V - Static variable in class com.acces.aiousb.AO16_AnalogOutputSubsystem
Unipolar, 0-5 volt range (see setRange()).
RANGE_0_5V - Static variable in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Unipolar, 0-5 volt range (see setRange()).
RANGE_10V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Bipolar, -10 to +10 volt range (see setRange()).
RANGE_10V - Static variable in class com.acces.aiousb.AO16_AnalogOutputSubsystem
Bipolar, -10 to +10 volt range (see setRange()).
RANGE_10V - Static variable in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Bipolar, -10 to +10 volt range (see setRange()).
RANGE_1V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Bipolar, -1 to +1 volt range (see setRange()).
RANGE_2_5V - Static variable in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Bipolar, -2.5 to +2.5 volt range (see setRange()).
RANGE_2V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Bipolar, -2 to +2 volt range (see setRange()).
RANGE_5V - Static variable in class com.acces.aiousb.AnalogInputSubsystem
Bipolar, -5 to +5 volt range (see setRange()).
RANGE_5V - Static variable in class com.acces.aiousb.AO16_AnalogOutputSubsystem
Bipolar, -5 to +5 volt range (see setRange()).
RANGE_5V - Static variable in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Bipolar, -5 to +5 volt range (see setRange()).
read(int, int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Reads from multiple A/D channels and returns a data set containing both the data captured and the parameters in effect at the time the data was captured.
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.
readConfig() - Method in class com.acces.aiousb.AnalogInputSubsystem
Reads the A/D configuration from the device.
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(int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Reads the A/D count value from a single channel.
readCounts(int, int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Reads the A/D count values from multiple channels.
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.
setAutoConfig(boolean) - Method in class com.acces.aiousb.AnalogInputSubsystem
Enables or disables automatically sending the modified configuration to the device.
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 getClock() and readBulkStart()).
setClock(boolean, double) - Method in class com.acces.aiousb.DIOStreamSubsystem
Sets the internal read/write clock speed of a digital I/O stream (see getClock()).
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(), readCounts() and readVolts() functions will discard the first A/D sample taken.
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, int) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the range for a single A/D channel.
setRange(int, int[]) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the range for multiple A/D channels.
setRange(int) - Method in class com.acces.aiousb.AO16_AnalogOutputSubsystem
Sets the voltage range of the D/A outputs.
setRange(int, int) - Method in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Sets the voltage range of a D/A channel.
setRange(int, int[]) - Method in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Sets the current voltage range of multiple D/A channels.
setRange(int) - Method in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Sets the current voltage range of all D/A channels to the same value.
setRangeAndDiffMode(int, int, boolean) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the range and differential mode for a single A/D channel.
setRangeAndDiffMode(int, int[], boolean[]) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets the range and differential mode for multiple A/D channels.
setRangeAndDiffMode(int, boolean) - Method in class com.acces.aiousb.AnalogInputSubsystem
Sets all the A/D channels to the same range and differential mode.
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.
stopClock(int) - Method in class com.acces.aiousb.CounterSubsystem
Halts the counter started by startClock()
stopClock() - Method in class com.acces.aiousb.DIOStreamSubsystem
Stops the internal read/write clocks of a digital I/O stream.
SUCCESS - Static variable in class com.acces.aiousb.USBDeviceManager
Indicates that underlying AIOUSB module operation succeeded.

T

toString() - Method in class com.acces.aiousb.AI16_DataPoint
Gets a single-line string summary of this data point.
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 (see setTriggerMode()).
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 (see setTriggerMode()).
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 (see setTriggerMode()).
TRIG_MODE_TIMER - Static variable in class com.acces.aiousb.AnalogInputSubsystem
If set, the A/D is triggered by counter 2 (see setTriggerMode()).

U

USB_AI12_128 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_128A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_128E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_16 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_16A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_16E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_32 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_32A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_32E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_64 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_64A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_64E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_64M - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_64MA - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_64ME - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_96 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_96A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI12_96E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_128A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_128E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_16A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_16E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_32A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_32E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_64A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_64E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_64MA - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_64ME - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_96A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
USB_AI16_96E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AI16_Family.
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, USB_AI16_16E, USB_AI12_16A, USB_AI12_16, USB_AI12_16E, USB_AI16_64MA, USB_AI16_64ME, USB_AI12_64MA,
USB_AI12_64M, USB_AI12_64ME, USB_AI16_32A, USB_AI16_32E, USB_AI12_32A, USB_AI12_32, USB_AI12_32E, USB_AI16_64A,
USB_AI16_64E, USB_AI12_64A, USB_AI12_64, USB_AI12_64E, USB_AI16_96A, USB_AI16_96E, USB_AI12_96A, USB_AI12_96,
USB_AI12_96E, USB_AI16_128A, USB_AI16_128E, USB_AI12_128A, USB_AI12_128, USB_AI12_128E.

Instances of class USB_AI16_Family are automatically created by the USB device manager when they are detected on the bus.
USB_AO12_12 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO12_12A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO12_16 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO12_16A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO12_4 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO12_4A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO12_8 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO12_8A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO16_12 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO16_12A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO16_16 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO16_16A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO16_4 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO16_4A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO16_8 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
USB_AO16_8A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_AO16_Family.
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, USB_AO16_16, USB_AO16_12A, USB_AO16_12, USB_AO16_8A, USB_AO16_8, USB_AO16_4A, USB_AO16_4,
USB_AO12_16A, USB_AO12_16, USB_AO12_12A, USB_AO12_12, USB_AO12_8A, USB_AO12_8, USB_AO12_4A, USB_AO12_4.

Instances of class USB_AO16_Family are automatically created by the USB device manager when they are detected on the bus.
USB_CTR_15 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_CTR_15_Family.
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.

Instances of class USB_CTR_15_Family are automatically created by the USB device manager when they are detected on the bus.
USB_DA12_8A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DA12_8A_Family.
USB_DA12_8A_Family - Class in com.acces.aiousb
Class USB_DA12_8A_Family represents a USB-DA12-8A-family device, which encompasses the following product IDs:
USB_DA12_8A_REV_A, USB_DA12_8A.

Instances of class USB_DA12_8A_Family are automatically created by the USB device manager when they are detected on the bus.
USB_DA12_8A_REV_A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DA12_8A_Family.
USB_DA12_8E - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DA12_8E_Family.
USB_DA12_8E_Family - Class in com.acces.aiousb
Class USB_DA12_8E_Family represents a USB-DA12-8E-family device, which encompasses the following product IDs:
USB_DA12_8E.

Instances of class USB_DA12_8E_Family are automatically created by the USB device manager when they are detected on the bus.
USB_DI16A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_16_Family.
USB_DI16A_REV_A1 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_16_Family.
USB_DI16A_REV_A2 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_16_Family.
USB_DIO16RO8 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
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, USB_DO16A_REV_A1, USB_DI16A_REV_A2, USB_DIO_16H, USB_DI16A, USB_DO16A, USB_DIO_16A.

Instances of class USB_DIO_16_Family are automatically created by the USB device manager when they are detected on the bus.
USB_DIO_16A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_16_Family.
USB_DIO_16H - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_16_Family.
USB_DIO_32 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_32_Family.
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.

Instances of class USB_DIO_32_Family are automatically created by the USB device manager when they are detected on the bus.
USB_DIO_48 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_DIO_96 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
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.

Instances of class USB_DIO_Family are automatically created by the USB device manager when they are detected on the bus.
USB_DO16A - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_16_Family.
USB_DO16A_REV_A1 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_16_Family.
USB_IDIO_16 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_IDIO_4 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_IDIO_8 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_IDO_16 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_II_16 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_II_16_OLD - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_II_8 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_II_8_OLD - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_IIRO4_2SM - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_IIRO4_COM - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_IIRO_16 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_IIRO_4 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_IIRO_8 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USB_RO_16 - Static variable in class com.acces.aiousb.USBDeviceManager
Supported by USB_DIO_Family.
USBDevice - Class in com.acces.aiousb
Class USBDevice is the abstract super class of all USB device families.
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.AO16_AnalogOutputSubsystem
Converts a single voltage value to D/A counts, based on the current range setting.
voltsToCounts(int, double) - Method in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Converts a single voltage value to D/A counts, based on the current range setting.

W

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 ).
writeConfig() - Method in class com.acces.aiousb.AnalogInputSubsystem
Writes the A/D configuration to the device.
writeCounts(int, char) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Writes a count value to a D/A channel.
writeCounts(char[]) - Method in class com.acces.aiousb.AnalogOutputSubsystem
Writes a block of count values to one or more D/A channels.
writeVolts(int, double) - Method in class com.acces.aiousb.AO16_AnalogOutputSubsystem
Writes a voltage value to a D/A channel.
writeVolts(OutputVoltagePoint[]) - Method in class com.acces.aiousb.AO16_AnalogOutputSubsystem
Writes a block of voltage values to one or more D/A channels.
writeVolts(int, double) - Method in class com.acces.aiousb.DA12_AnalogOutputSubsystem
Writes a voltage value to a D/A channel.
writeVolts(OutputVoltagePoint[]) - Method in class com.acces.aiousb.DA12_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