public class PowerSupplyInfo extends MultiRecordInfo
Power Supply Information record from FRU Multi Record Area
  • Constructor Details

    • PowerSupplyInfo

      public PowerSupplyInfo(byte[] fruData, int offset)
      Creates and populates record
      Parameters:
      fruData - - raw data containing record
      offset - - offset to the record in the data
  • Method Details

    • getCapacity

      public int getCapacity()
    • setCapacity

      public void setCapacity(int capacity)
    • getPeakVa

      public int getPeakVa()
    • setPeakVa

      public void setPeakVa(int peakVa)
    • getMaximumInrush

      public int getMaximumInrush()
    • setMaximumInrush

      public void setMaximumInrush(int maximumInrush)
    • getLowEndInputVoltage1

      public int getLowEndInputVoltage1()
    • setLowEndInputVoltage1

      public void setLowEndInputVoltage1(int lowEndInputVoltage1)
    • getHighEndInputVoltage1

      public int getHighEndInputVoltage1()
    • setHighEndInputVoltage1

      public void setHighEndInputVoltage1(int highEndInputVoltage1)
    • getLowEndInputVoltage2

      public int getLowEndInputVoltage2()
    • setLowEndInputVoltage2

      public void setLowEndInputVoltage2(int lowEndInputVoltage2)
    • getHighEndInputVoltage2

      public int getHighEndInputVoltage2()
    • setHighEndInputVoltage2

      public void setHighEndInputVoltage2(int highEndInputVoltage2)
    • getLowEndInputFrequencyRange

      public int getLowEndInputFrequencyRange()
    • setLowEndInputFrequencyRange

      public void setLowEndInputFrequencyRange(int lowEndInputFrequencyRange)
    • getHighEndInputFrequencyRange

      public int getHighEndInputFrequencyRange()
    • setHighEndInputFrequencyRange

      public void setHighEndInputFrequencyRange(int highEndInputFrequencyRange)