tdcosim/SolarPV-DER-simulation-tool

Add Minimum ride-through time before momentary cessation

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
Currently, the DER model will immediately go into momentary cessation during voltage anomaly (if that mode is selected). However, according to IEEE 1547-2018 there is a minimum ride-through time for which the DER should remain in operation before momentary cessation.

Describe the solution you'd like
Add a new configuration field "t_min_ridethrough" in the der_config.json file to specify the time for which DER should remain in operation before momentary cessation.

Resolved with aaea75d.
t_min_ridethrough can be used to specify the minimum time for which a DER must remain in service if momentary cessation is triggered.