pypowsybl.dynamic.EventMapping.add_disconnection#

EventMapping.add_disconnection(static_id, event_time, disconnect_only)[source]#

Creates a equipment disconnection event

Parameters:
  • static_id (str) – network element to disconnect

  • event_time (float) – timestep at which the event happens

  • disconnect_only (BranchSide) – the disconnection is made on the provided side only

Return type:

None