FlowChange.FlowChangeInfo#

FlowChange.FlowChangeInfo.py

class FlowChangeJudgeInfo(caseid, **kwargs)#

Bases: object

Class to hold information about the flow change judgment.

caseid#

The identifier for the judgment case.

Type:

str

kwargs#

Additional keyword arguments holding various judgment details.

Type:

dict

class FlowChangeInfo(i, j, curves, judge_info)#

Bases: object

Class to hold information about the flow change analysis. .. attribute:: i

The index along the iv axis where the flow change is analyzed.

type:

int

j#

The index along the jv axis where the flow change is analyzed.

Type:

int

curves#

The list of curves involved in the flow change analysis.

Type:

list of CurveProxy

judge_info#

The judgment information for the flow change.

Type:

FlowChangeJudgeInfo