Class TTCC_CurveObj
Unit
Declaration
type TTCC_CurveObj = class(TDSSObject)
Description
No description available, ancestor TDSSObject description follows
No description available, ancestor TNamedObject description follows
this is a GUID compliant to RFC 4122, v4
Hierarchy
- TObject
- TNamedObject
- TDSSObject
- TTCC_CurveObj
Overview
Methods
constructor Create(ParClass: TDSSClass; const TCC_CurveName: String); |
|
destructor Destroy; OVERRIDE; |
|
procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override; |
|
procedure MakeLike(OtherPtr: Pointer); override; |
|
function GetTCCTime(const C_Value: Double): Double; |
|
function GetUVTime(const V_Value: Double): Double; |
|
function GetOVTime(const V_Value: Double): Double; |
|
function Value(i: Integer): Double; |
|
function Time(i: Integer): Double; |
Properties
property NumPoints: Integer READ Npts; |
Description
Methods
constructor Create(ParClass: TDSSClass; const TCC_CurveName: String); |
|
destructor Destroy; OVERRIDE; |
|
procedure PropertySideEffects(Idx: Integer; previousIntVal: Integer = 0); override; |
|
procedure MakeLike(OtherPtr: Pointer); override; |
|
function GetTCCTime(const C_Value: Double): Double; |
|
function GetUVTime(const V_Value: Double): Double; |
|
Return operating time for a particular time value |
function GetOVTime(const V_Value: Double): Double; |
|
Return operating time for undervoltage relay |
function Value(i: Integer): Double; |
|
Return operating time for overvoltage relay |
function Time(i: Integer): Double; |
|
get C_Value by index |
Properties
property NumPoints: Integer READ Npts; |
|
get time value (sec) corresponding to point index |
Generated by PasDoc 0.16.0.