BertecDeviceJava
Class BertecDevice.TransducerInfo

java.lang.Object
  extended by BertecDeviceJava.BertecDevice.TransducerInfo
Enclosing class:
BertecDevice

public class BertecDevice.TransducerInfo
extends java.lang.Object


Field Summary
 int ChannelCount
          How many output channels there are.
 java.lang.String[] ChannelNames
          Returns an array of the channel names.
 int SamplingFreq
          Sampling frequency in Hertz.
 java.lang.String SerialNumber
          Serial # of the device.
 int Status
          Status of the device, separate from the overall state.
 boolean SynchMaster
          If set, then the device is the sync master.
 boolean Synchronized
          If set, then the device is a part of a sync group.
 
Constructor Summary
BertecDevice.TransducerInfo(int index)
           
 
Method Summary
 double ZeroLevelNoiseValue(int channelIndex)
          Returns the zero level noise value for a channel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Status

public int Status
Status of the device, separate from the overall state. Zero is good, negative bad.


SamplingFreq

public int SamplingFreq
Sampling frequency in Hertz.


SerialNumber

public java.lang.String SerialNumber
Serial # of the device.


SynchMaster

public boolean SynchMaster
If set, then the device is the sync master.


Synchronized

public boolean Synchronized
If set, then the device is a part of a sync group.


ChannelCount

public int ChannelCount
How many output channels there are.


ChannelNames

public java.lang.String[] ChannelNames
Returns an array of the channel names.

Constructor Detail

BertecDevice.TransducerInfo

public BertecDevice.TransducerInfo(int index)
Method Detail

ZeroLevelNoiseValue

public double ZeroLevelNoiseValue(int channelIndex)
Returns the zero level noise value for a channel. Either ZeroNow or AutoZeroing must have been called prior to this being used. The value returned is a computed value that can be used for advanced filtering. Valid values are always zero or positive; negative values indicate either no zeroing or some other error.