FaultRecords Module

Inheritance diagram of FaultRecords

This module contains all Fault record information for passing data to and from the ERACS Fault calculation engine.

class TFSetUpData

Fault setup data class, for passing basic Fault data to the Fault module such as study title and fault parameters (fault type, reactance option, etc.).

Inherits

Global.TEracsEngineInterfaceSetupData.

StudyTitle

Title for the Fault study.

Type

String.

Writable

True.

ReactOption

Fault study reactance option.

Type

Integer.

Writable

True.

FaultType

Study’s fault type.

Type

Integer.

Writable

True.

Typecode

Fault study target element typecode.

Type

Integer.

Writable

True.

SeqNum

Fault study target element sequence number.

Type

Integer.

Writable

True.

FaultPos

Position of fault along transmission line or cable.

Type

Integer.

Writable

True.

Rph

Fault phase resistance

Type

Integer.

Writable

True.

Xph

Fault phase reactance.

Type

Integer.

Writable

True.

Rgrnd

Fault ground phase resistance.

Type

Integer.

Writable

True.

Xgrnd

Fault ground phase reactance.

Type

Integer.

Writable

True.

IncMotor

Include motor contribution in Fault study.

Type

Integer.

Writable

True.

SetDefaults()

Sets all setup data to default values.

Raises

Global.TEracsDataError: If object has missing keys.

class TFSummaryResults

Summary results class for the Fault study. Passed into the Fault DLL.

Inherits

Global.TEracsEngineInterfaceResult.

class TFBusbarResult

Busbar results class for Fault studies. Passed into the Fault DLL after a study has been performed.

Inherits

Global.TEracsEngineInterfaceResultElement.

class TFBranchResult

Branch results class for Fault studies. Passed into the Fault DLL after a study has been performed. Represents results for transmission lines, cables and series elements.

Inherits

Global.TEracsEngineInterfaceResultElement.

class TFNeutralResult

Neutral earth results class for Fault studies. Passed into the Fault DLL after a study has been performed.

Inherits

Global.TEracsEngineInterfaceResultElement.

class TFOnePortResult

One port results class for Fault studies. Passed into the Fault DLL after a study has been performed. Represents grid infeeds, shunts, etc.

Inherits

Global.TEracsEngineInterfaceResultElement.

class TFTxResult

Transformer results class for Fault studies. Passed into the Fault DLL after a study has been performed.

Inherits

Global.TEracsEngineInterfaceResultElement.