Skip to content

Commit

Permalink
Add continuous_use_duty_cycle to appliance attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Mar 19, 2024
1 parent 21f6d40 commit 35428a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/source/input_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,13 @@ The **"allowed values"** column provide information about the format one should
- integer
- no
- 0
* - continuous_use_duty_cycle
- NA
- {0,1}
- Duty cycle mode, 0 triggers once per switch-on event, 1 let the duty cycle repeat during the entire switch-on event
- integer
- no
- 1
* - occasional_use
- %
- in [0,1]
Expand Down
2 changes: 2 additions & 0 deletions ramp/core/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def switch_on_parameters():
"func_cycle",
"fixed",
"fixed_cycle",
"continuous_duty_cycle",
"occasional_use",
"flat",
"thermal_p_var",
Expand Down Expand Up @@ -115,6 +116,7 @@ def switch_on_parameters():
"func_cycle",
"fixed",
"fixed_cycle",
"continuous_duty_cycle",
"occasional_use",
"flat",
"thermal_p_var",
Expand Down

0 comments on commit 35428a4

Please sign in to comment.