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. The min soft user
26          PowerCap value is normally less than or equal to the MinPowerCapValue.
27          When the PowerCap is set to any value between MinSoftPowerCapValue and
28          MinPowerCapValue an attempt will be made to maintain the cap but it
29          will not be guaranted.
30