Class ArroyoTEC

    • Method Detail

      • getDescription

        public static java.lang.String getDescription()
      • getLoops

        public java.util.List<TC.Loop> getLoops()
        Description copied from interface: PID
        Returns a list of all control loops provided by this PID controller.
        Specified by:
        getLoops in interface PID
        Specified by:
        getLoops in interface TC
        Returns:
        List of control loops
      • getInputs

        public java.util.List<TC.TMeter> getInputs()
        Description copied from interface: PID
        Returns a list of all input channels connected to this PID controller.
        Specified by:
        getInputs in interface PID
        Returns:
        List of input channels
      • getOutputs

        public java.util.List<TC.Heater> getOutputs()
        Description copied from interface: PID
        Returns a list of all output channels connected to this PID controller.
        Specified by:
        getOutputs in interface PID
        Returns:
        List of output channels