Skip to content

Commit

Permalink
Set min_violation_duration to 180s for pcad
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanconn committed Oct 10, 2024
1 parent 72bba92 commit fd7bfb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kadi/commands/validate.py
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,7 @@ class ValidatePcadMode(ValidateStateCode):
state_name = "pcad_mode"
msids = ["aopcadmd"]
plot_attrs = PlotAttrs(title="PCAD mode", ylabel="PCAD mode")
min_violation_duration = 180 # seconds

def add_exclude_intervals(self):
super().add_exclude_intervals()
Expand Down

0 comments on commit fd7bfb5

Please sign in to comment.