Skip to content

Commit

Permalink
0.7.3 - amend ASTtol besos func
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanchez-garcia committed Apr 10, 2024
1 parent 72045f9 commit f8c3dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accim/funcs_for_besos/param_accis.py
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ def modify_MaxWindSpeed(idf, value):
def modify_ASTtol(idf, value):
SetInputData = ([program for program in idf.idfobjects['EnergyManagementSystem:Program'] if
program.Name == 'SetInputData'][0])
SetInputData.Program_Line_9 = f'set ACSTtol = {value}'
SetInputData.Program_Line_9 = f'set ACSTtol = {-value}'
SetInputData.Program_Line_10 = f'set AHSTtol = {value}'
return

Expand Down

0 comments on commit f8c3dba

Please sign in to comment.