import com.LabJack.LabJackJNI; import com.LabJack.LabJackException; /** * This program demonstrates the use of com.LabJack.LabJackJNI.EAnalogOut(). */ public class AOUpdate { static public void main( String args[] ) { System.out.println( "AOUpdate() Example" ); System.out.println( "complete" ); } }