summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/Inventory/MultiRecord/DcOutput.interface.yaml
blob: 28cfee02bc066bcddd3b706aa0d1e3640e453b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
description: >
  IPMI FRU MultiRecord Area, DC Output record (Type 0x01)
  In accordance with IPMI Platform Management FRU Information
  Storage Definition v1.0 Document Revision 1.3, Table 18-2

properties:
    - name: Standby
      type: boolean
      description: >
        Offset 0, bit 7.
        Standby.
    - name: OutputNumber
      type: int64
      description: >
        Offset 0, bits 3..0.
        Output number.
    - name: NominalVoltage
      type: int64
      description: >
        Offset 1.
        Nominal voltage (10 mV).
    - name: MaxNegativeVoltage
      type: int64
      description: >
        Offset 3.
        Maximum negative voltage (10 mV)
        (most negative voltage with respect to nominal).
    - name: MaxPositiveVoltage
      type: int64
      description: >
        Offset 5.
        Maximum positive voltage (10 mV)
        (most positive voltage with respect to nominal).
    - name: RippleAndNoise
      type: int64
      description: >
        Offset 7.
        Ripple and Noise pk-pk 10Hz to 30 MHz (mV).
    - name: MinCurrentDraw
      type: int64
      description: >
        Offset 9.
        Minimum current draw (mA).
    - name: MaxCurrentDraw
      type: int64
      description: >
        Offset 11.
        Maximum current draw (mA).
OpenPOWER on IntegriCloud