com.teravation.labjack
Class LabJackConstants

java.lang.Object
  |
  +--com.teravation.labjack.LabJackConstants

public class LabJackConstants
extends java.lang.Object

Author:
creigrut

Field Summary
static int ANALOG_DIFFERENTIAL_INPUT_CHANNELS
          Number of analog differential input channels (4)
static int ANALOG_INPUT_CHANNELS
          Number of analog input channels (12)
static int ANALOG_OUTPUT_CHANNELS
          Number of analog output channels (2)
static int ANALOG_SINGLE_INPUT_CHANNELS
          Number of analog single input channels (8)
static int D_CHANNELS
          Number of digital D channels (16)
static int DIGITAL_CHANNELS
          Number of digital channels (20)
static int GAIN_10x
           
static int GAIN_16x
           
static int GAIN_1x
          Gain factors for differential channels
static int GAIN_20x
           
static int GAIN_2x
           
static int GAIN_4x
           
static int GAIN_5x
           
static int GAIN_8x
           
static int IO_CHANNELS
          Number of digital IO channels (4)
static int MAX_SCANS
          Maximum number of scans that can be returned
 
Constructor Summary
LabJackConstants()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANALOG_SINGLE_INPUT_CHANNELS

public static final int ANALOG_SINGLE_INPUT_CHANNELS
Number of analog single input channels (8)

See Also:
Constant Field Values

ANALOG_DIFFERENTIAL_INPUT_CHANNELS

public static final int ANALOG_DIFFERENTIAL_INPUT_CHANNELS
Number of analog differential input channels (4)

See Also:
Constant Field Values

ANALOG_INPUT_CHANNELS

public static final int ANALOG_INPUT_CHANNELS
Number of analog input channels (12)

See Also:
Constant Field Values

ANALOG_OUTPUT_CHANNELS

public static final int ANALOG_OUTPUT_CHANNELS
Number of analog output channels (2)

See Also:
Constant Field Values

IO_CHANNELS

public static final int IO_CHANNELS
Number of digital IO channels (4)

See Also:
Constant Field Values

D_CHANNELS

public static final int D_CHANNELS
Number of digital D channels (16)

See Also:
Constant Field Values

DIGITAL_CHANNELS

public static final int DIGITAL_CHANNELS
Number of digital channels (20)

See Also:
Constant Field Values

MAX_SCANS

public static final int MAX_SCANS
Maximum number of scans that can be returned

See Also:
Constant Field Values

GAIN_1x

public static final int GAIN_1x
Gain factors for differential channels

See Also:
Constant Field Values

GAIN_2x

public static final int GAIN_2x
See Also:
Constant Field Values

GAIN_4x

public static final int GAIN_4x
See Also:
Constant Field Values

GAIN_5x

public static final int GAIN_5x
See Also:
Constant Field Values

GAIN_8x

public static final int GAIN_8x
See Also:
Constant Field Values

GAIN_10x

public static final int GAIN_10x
See Also:
Constant Field Values

GAIN_16x

public static final int GAIN_16x
See Also:
Constant Field Values

GAIN_20x

public static final int GAIN_20x
See Also:
Constant Field Values
Constructor Detail

LabJackConstants

public LabJackConstants()