Skip to content

Commit

Permalink
Merge pull request #529 from jinningwang/busfreq
Browse files Browse the repository at this point in the history
Change BusFreq Tw default to 0.1
  • Loading branch information
cuihantao committed Apr 11, 2024
2 parents cb03c30 + efb2dbc commit 90775b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion andes/models/measurement/busfreq.py
Original file line number Diff line number Diff line change
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 90775b8

Please sign in to comment.