org.lsst.ccs.subsystem.metrology
Class CapTest

java.lang.Object
  extended by org.lsst.ccs.subsystem.metrology.CapTest
All Implemented Interfaces:
org.lsst.ccs.utilities.sa.CmndProcess.Dispatch

public class CapTest
extends Object
implements org.lsst.ccs.utilities.sa.CmndProcess.Dispatch

Program to record capacitance data using Analog Devices 7747 evaluation boards

Author:
Owen Saxton

Constructor Summary
CapTest(int nsamp, int rate, boolean debug)
          Main constructor.
 
Method Summary
 boolean dispatch(int code, int found, Object[] args)
          Dispatches command for processing.
static void main(String[] args)
          Main program.
 void run()
          Runs the DAQ program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CapTest

public CapTest(int nsamp,
               int rate,
               boolean debug)
Main constructor.

Method Detail

main

public static void main(String[] args)
Main program.


run

public void run()
         throws Exception
Runs the DAQ program.

Throws:
Exception

dispatch

public boolean dispatch(int code,
                        int found,
                        Object[] args)
Dispatches command for processing.

Specified by:
dispatch in interface org.lsst.ccs.utilities.sa.CmndProcess.Dispatch


Copyright © 2013 LSST. All Rights Reserved.