Class EMController.Ramp

  • Enclosing interface:
    EMController

    public static class EMController.Ramp
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Ramp​(double minI, double maxI, double rate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getMaxI()  
      double getMinI()  
      double getRate()  
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Ramp

        public Ramp​(double minI,
                    double maxI,
                    double rate)
    • Method Detail

      • getMinI

        public double getMinI()
      • getMaxI

        public double getMaxI()
      • getRate

        public double getRate()