Unit CAPI_Capacitors

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

 

Uses

Overview

Functions and Procedures

procedure Capacitors_Get_AllNames(var ResultPtr: PPAnsiChar; ResultCount: PAPISize); CDECL;
procedure Capacitors_Get_AllNames_GR(); CDECL;
function Capacitors_Get_First(): Integer; CDECL;
function Capacitors_Get_IsDelta(): TAPIBoolean; CDECL;
function Capacitors_Get_kV(): Double; CDECL;
function Capacitors_Get_kvar(): Double; CDECL;
function Capacitors_Get_Name(): PAnsiChar; CDECL;
function Capacitors_Get_Next(): Integer; CDECL;
function Capacitors_Get_NumSteps(): Integer; CDECL;
procedure Capacitors_Set_IsDelta(Value: TAPIBoolean); CDECL;
procedure Capacitors_Set_kV(Value: Double); CDECL;
procedure Capacitors_Set_kvar(Value: Double); CDECL;
procedure Capacitors_Set_Name(const Value: PAnsiChar); CDECL;
procedure Capacitors_Set_NumSteps(Value: Integer); CDECL;
function Capacitors_Get_Count(): Integer; CDECL;
function Capacitors_AddStep(): TAPIBoolean; CDECL;
function Capacitors_SubtractStep(): TAPIBoolean; CDECL;
function Capacitors_Get_AvailableSteps(): Integer; CDECL;
procedure Capacitors_Get_States(var ResultPtr: PInteger; ResultCount: PAPISize); CDECL;
procedure Capacitors_Get_States_GR(); CDECL;
procedure Capacitors_Set_States(ValuePtr: PInteger; ValueCount: TAPISize); CDECL;
procedure Capacitors_Open(); CDECL;
procedure Capacitors_Close(); CDECL;
function Capacitors_Get_idx(): Integer; CDECL;
procedure Capacitors_Set_idx(Value: Integer); CDECL;

Description

Functions and Procedures

procedure Capacitors_Get_AllNames(var ResultPtr: PPAnsiChar; ResultCount: PAPISize); CDECL;
 
procedure Capacitors_Get_AllNames_GR(); CDECL;
 
function Capacitors_Get_First(): Integer; CDECL;
 
function Capacitors_Get_IsDelta(): TAPIBoolean; CDECL;
 
function Capacitors_Get_kV(): Double; CDECL;
 
function Capacitors_Get_kvar(): Double; CDECL;
 
function Capacitors_Get_Name(): PAnsiChar; CDECL;
 
function Capacitors_Get_Next(): Integer; CDECL;
 
function Capacitors_Get_NumSteps(): Integer; CDECL;
 
procedure Capacitors_Set_IsDelta(Value: TAPIBoolean); CDECL;
 
procedure Capacitors_Set_kV(Value: Double); CDECL;
 
procedure Capacitors_Set_kvar(Value: Double); CDECL;
 
procedure Capacitors_Set_Name(const Value: PAnsiChar); CDECL;
 
procedure Capacitors_Set_NumSteps(Value: Integer); CDECL;
 
function Capacitors_Get_Count(): Integer; CDECL;
 
function Capacitors_AddStep(): TAPIBoolean; CDECL;
 
function Capacitors_SubtractStep(): TAPIBoolean; CDECL;
 
function Capacitors_Get_AvailableSteps(): Integer; CDECL;
 
procedure Capacitors_Get_States(var ResultPtr: PInteger; ResultCount: PAPISize); CDECL;
 
procedure Capacitors_Get_States_GR(); CDECL;
 
procedure Capacitors_Set_States(ValuePtr: PInteger; ValueCount: TAPISize); CDECL;
 
procedure Capacitors_Open(); CDECL;
 
procedure Capacitors_Close(); CDECL;
 
function Capacitors_Get_idx(): Integer; CDECL;

API Extensions

procedure Capacitors_Set_idx(Value: Integer); CDECL;
 

Generated by PasDoc 0.16.0.