Skip to content

Commit

Permalink
Change BusFreq Tw default to 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jinningwang committed Apr 11, 2024
1 parent cb03c30 commit efb2dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andes/models/measurement/busfreq.py
Expand Up @@ -29,7 +29,7 @@ def __init__(self, system, config):
unit="sec",
tex_name='T_f',
)
self.Tw = NumParam(default=0.02,
self.Tw = NumParam(default=0.1,
info="washout time const",
unit="sec",
tex_name='T_w',
Expand Down

0 comments on commit efb2dbc

Please sign in to comment.