Class WicaChannelMetadataRealArray


public class WicaChannelMetadataRealArray extends WicaChannelMetadata
Represents the metadata for a channel whose type is REAL_ARRAY.
  • Constructor Details

    • WicaChannelMetadataRealArray

      public WicaChannelMetadataRealArray(String units, int precision, double upperDisplay, double lowerDisplay, double upperControl, double lowerControl, double upperAlarm, double lowerAlarm, double upperWarning, double lowerWarning)
      Constructs a new instance of the metadata for a channel whose type is REAL.
      Parameters:
      units - the units associated with the channel.
      precision - the precision of the channel.
      upperDisplay - the upper display limit of the channel.
      lowerDisplay - the lower display limit of the channel.
      upperControl - the upper control limit of the channel.
      lowerControl - the lower control limit of the channel.
      upperAlarm - the upper alarm limit of the channel.
      lowerAlarm - the lower alarm limit of the channel.
      upperWarning - the upper warning limit of the channel.
      lowerWarning - the lower warning limit of the channel.
  • Method Details

    • getUnits

      public String getUnits()
      Returns the Engineering Units.
      Returns:
      the value.
    • getPrecision

      public int getPrecision()
      Returns the Display Precision.
      Returns:
      the value.
    • getUpperDisplay

      public double getUpperDisplay()
      Returns the High Operating Range.
      Returns:
      the value.
    • getLowerDisplay

      public double getLowerDisplay()
      Returns the Low Operating Range.
      Returns:
      the value.
    • getUpperControl

      public double getUpperControl()
      Returns the Drive High Control Limit.
      Returns:
      the value.
    • getLowerControl

      public double getLowerControl()
      Returns the Drive Low Control Limit.
      Returns:
      the value.
    • getUpperAlarm

      public double getUpperAlarm()
      Returns the Upper Alarm limit.
      Returns:
      the value.
    • getLowerAlarm

      public double getLowerAlarm()
      Returns the Lower Alarm Limit.
      Returns:
      the value.
    • getUpperWarning

      public double getUpperWarning()
      Returns the Upper Warning Limit.
      Returns:
      the value.
    • getLowerWarning

      public double getLowerWarning()
      Returns the Lower Warning Limit.
      Returns:
      the value.