Commit 65723341 authored by Claes Sjofors's avatar Claes Sjofors

Doc of Ramp.RampUpAbs

parent dfc398f4
...@@ -115,7 +115,7 @@ SObject pwrb:Class ...@@ -115,7 +115,7 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! Maximum increase per second. If RampUp 0 no ! Maximum increase per second. If RampUp <= 0 no
! limitation upwards is done. ! limitation upwards is done.
!*/ !*/
Object RampUp $Intern 5 Object RampUp $Intern 5
...@@ -125,7 +125,7 @@ SObject pwrb:Class ...@@ -125,7 +125,7 @@ SObject pwrb:Class
EndBody EndBody
EndObject EndObject
!/** !/**
! Maximum decrease per second. If RampDown 0 no ! Maximum decrease per second. If RampDown <= 0 no
! limitation downwards is done. ! limitation downwards is done.
!*/ !*/
Object RampDown $Intern 6 Object RampDown $Intern 6
...@@ -134,6 +134,11 @@ SObject pwrb:Class ...@@ -134,6 +134,11 @@ SObject pwrb:Class
Attr GraphName = "RampDown" Attr GraphName = "RampDown"
EndBody EndBody
EndObject EndObject
!/**
! If RampUpAbs is set, RampUp is the limit when the absolute value
! is increasing, and RampDown the limit when the absolute value is
! decreasing.
!*/
Object RampUpAbs $Intern 13 Object RampUpAbs $Intern 13
Body SysBody Body SysBody
Attr TypeRef = "pwrs:Type-$Boolean" Attr TypeRef = "pwrs:Type-$Boolean"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment