1description: >
2    Implement to specify the power cap limits
3
4properties:
5    - name: MinPowerCapValue
6      type: uint32
7      flags:
8          - readonly
9      default: 0
10      description: The Minimum supported PowerCap setting.
11
12    - name: MaxPowerCapValue
13      type: uint32
14      flags:
15          - readonly
16      default: maxint
17      description: The Maximum supported PowerCap setting.
18
19    - name: MinSoftPowerCapValue
20      type: uint32
21      flags:
22          - readonly
23      default: 0
24      description: >
25          Minimum supported soft user PowerCap setting.
26          The min soft user PowerCap value is normally less than or equal to
27          the MinPowerCapValue. When the PowerCap is set to any value between
28          MinSoftPowerCapValue and MinPowerCapValue an attempt will be made to
29          maintain the cap but it will not be guaranted.
30
31