krakentools.utils.get_nominals_for_mod5

krakentools.utils.get_nominals_for_mod5(node_branch_list)

Tries to figure out the nominal point values for MOD5 branches based on the list of NodeBranches describing the executed cases. Simply tries to get the middle value for everything.

Parameters:

node_branch_list (List[NodeBranch]) – List of NodeBranch objects containing data for the executed branches.

Returns:

A tuple of

nom_tmo, nom_dmo, nom_tos, nom_dos, nom_bor, nom_void

Return type:

Tuple[float, float, float, float, float, float]