Class ThermistorToLinearSensorActuator

    • Constructor Detail

      • ThermistorToLinearSensorActuator

        public ThermistorToLinearSensorActuator()
    • Method Detail

      • read

        public java.lang.String read()
                              throws java.lang.Exception
        Description copied from interface: Actuator
        Read a value from the actuator. The value will be returned exactly as provided by the Actuator and can be interpreted as needed by the caller.
        Specified by:
        read in interface Actuator
        Overrides:
        read in class ReferenceActuator
        Returns:
        The value read.
        Throws:
        java.lang.Exception - if there was an error reading the actuator.
      • getAdcMax

        public double getAdcMax()
      • setAdcMax

        public void setAdcMax​(double adcMax)
      • getvRef

        public double getvRef()
      • setvRef

        public void setvRef​(double vRef)
      • getR1

        public double getR1()
      • setR1

        public void setR1​(double r1)
      • getR2

        public double getR2()
      • setR2

        public void setR2​(double r2)
      • getA

        public double getA()
      • setA

        public void setA​(double a)
      • getB

        public double getB()
      • setB

        public void setB​(double b)
      • getC

        public double getC()
      • setC

        public void setC​(double c)
      • getScale

        public double getScale()
      • setScale

        public void setScale​(double scale)
      • getOffset

        public double getOffset()
      • setOffset

        public void setOffset​(double offset)