Packed Record TCapControlVars
Unit
Declaration
type TCapControlVars = packed record
Description
Fixed record structure for Public CapControl variables
Overview
Fields
FCTPhase:Integer; |
|
FPTPhase:Integer; |
|
ON_Value: Double; |
|
OFF_Value: Double; |
|
PFON_Value: Double; |
|
PFOFF_Value: Double; |
|
CTRatio: Double; |
|
PTRatio: Double; |
|
ONDelay: Double; |
|
OFFDelay: Double; |
|
DeadTime: Double; |
|
LastOpenTime: Double; |
|
Voverride: LongBool; |
|
VoverrideEvent: Boolean; |
|
VoverrideBusSpecified: Boolean; |
|
VOverrideBusIndex:Integer; |
|
Vmax: Double; |
|
Vmin: Double; |
|
FPendingChange: EControlAction; |
|
ShouldSwitch: Boolean; |
|
Armed: Boolean; |
|
PresentState: EControlAction; |
|
InitialState: EControlAction; |
|
SampleP: Complex; |
|
SampleV: Double; |
|
SampleCurr: Double; |
|
NumCapSteps: Integer; |
|
AvailableSteps: Integer; |
|
LastStepInService: Integer; |
|
VOverrideBusName: String; |
|
CapacitorName: String; |
|
ControlActionHandle: Integer; |
|
CondOffset: Integer; |
Description
Fields
FCTPhase:Integer; |
|
FPTPhase:Integer; |
|
ON_Value: Double; |
|
"ALL" is -1 |
OFF_Value: Double; |
|
"ALL" is -1 |
PFON_Value: Double; |
|
"ALL" is -1 |
PFOFF_Value: Double; |
|
"ALL" is -1 |
CTRatio: Double; |
|
"ALL" is -1 |
PTRatio: Double; |
|
"ALL" is -1 |
ONDelay: Double; |
|
"ALL" is -1 |
OFFDelay: Double; |
|
"ALL" is -1 |
DeadTime: Double; |
|
"ALL" is -1 |
LastOpenTime: Double; |
|
"ALL" is -1 |
Voverride: LongBool; |
|
VoverrideEvent: Boolean; |
|
VoverrideBusSpecified: Boolean; |
|
VOverrideBusIndex:Integer; |
|
Added 8-11-11 |
Vmax: Double; |
|
Vmin: Double; |
|
FPendingChange: EControlAction; |
|
ShouldSwitch: Boolean; |
|
Armed: Boolean; |
|
True: action is pending |
PresentState: EControlAction; |
|
Control is armed for switching unless reset |
InitialState: EControlAction; |
|
SampleP: Complex; |
|
SampleV: Double; |
|
two 64-bit numbers, kW, kvar |
SampleCurr: Double; |
|
NumCapSteps: Integer; |
|
AvailableSteps: Integer; |
|
LastStepInService: Integer; |
|
available steps in controlled capacitor |
VOverrideBusName: String; |
|
Change this to force an update of cap states |
CapacitorName: String; |
|
ControlActionHandle: Integer; |
|
CondOffset: Integer; |
|
Generated by PasDoc 0.16.0.