Packed Record TCapControlVars

Hierarchy
Methods
Properties

Unit

Declaration

type TCapControlVars = packed record

Description

Fixed record structure for Public CapControl variables

Overview

Fields

Public FCTPhase:Integer;
Public FPTPhase:Integer;
Public ON_Value: Double;
Public OFF_Value: Double;
Public PFON_Value: Double;
Public PFOFF_Value: Double;
Public CTRatio: Double;
Public PTRatio: Double;
Public ONDelay: Double;
Public OFFDelay: Double;
Public DeadTime: Double;
Public LastOpenTime: Double;
Public Voverride: LongBool;
Public VoverrideEvent: Boolean;
Public VoverrideBusSpecified: Boolean;
Public VOverrideBusIndex:Integer;
Public Vmax: Double;
Public Vmin: Double;
Public FPendingChange: EControlAction;
Public ShouldSwitch: Boolean;
Public Armed: Boolean;
Public PresentState: EControlAction;
Public InitialState: EControlAction;
Public SampleP: Complex;
Public SampleV: Double;
Public SampleCurr: Double;
Public NumCapSteps: Integer;
Public AvailableSteps: Integer;
Public LastStepInService: Integer;
Public VOverrideBusName: String;
Public CapacitorName: String;
Public ControlActionHandle: Integer;
Public CondOffset: Integer;

Description

Fields

Public FCTPhase:Integer;
 
Public FPTPhase:Integer;
 
Public ON_Value: Double;

"ALL" is -1

Public OFF_Value: Double;

"ALL" is -1

Public PFON_Value: Double;

"ALL" is -1

Public PFOFF_Value: Double;

"ALL" is -1

Public CTRatio: Double;

"ALL" is -1

Public PTRatio: Double;

"ALL" is -1

Public ONDelay: Double;

"ALL" is -1

Public OFFDelay: Double;

"ALL" is -1

Public DeadTime: Double;

"ALL" is -1

Public LastOpenTime: Double;

"ALL" is -1

Public Voverride: LongBool;
 
Public VoverrideEvent: Boolean;
 
Public VoverrideBusSpecified: Boolean;
 
Public VOverrideBusIndex:Integer;

Added 8-11-11

Public Vmax: Double;
 
Public Vmin: Double;
 
Public FPendingChange: EControlAction;
 
Public ShouldSwitch: Boolean;
 
Public Armed: Boolean;

True: action is pending

Public PresentState: EControlAction;

Control is armed for switching unless reset

Public InitialState: EControlAction;
 
Public SampleP: Complex;
 
Public SampleV: Double;

two 64-bit numbers, kW, kvar

Public SampleCurr: Double;
 
Public NumCapSteps: Integer;
 
Public AvailableSteps: Integer;
 
Public LastStepInService: Integer;

available steps in controlled capacitor

Public VOverrideBusName: String;

Change this to force an update of cap states

Public CapacitorName: String;
 
Public ControlActionHandle: Integer;
 
Public CondOffset: Integer;
 

Generated by PasDoc 0.16.0.