Unit CAPI_TSData

Classes, Interfaces, Objects and Records
Types
Constants
Variables

Description

 

Uses

Overview

Functions and Procedures

function TSData_Get_Count(): Integer; CDECL;
function TSData_Get_First(): Integer; CDECL;
function TSData_Get_Next(): Integer; CDECL;
function TSData_Get_Name(): PAnsiChar; CDECL;
procedure TSData_Set_Name(const Value: PAnsiChar); CDECL;
procedure TSData_Get_AllNames(var ResultPtr: PPAnsiChar; ResultCount: PAPISize); CDECL;
procedure TSData_Get_AllNames_GR(); CDECL;
function TSData_Get_idx(): Integer; CDECL;
procedure TSData_Set_idx(Value: Integer); CDECL;
function TSData_Get_Rdc(): Double; CDECL;
procedure TSData_Set_Rdc(Value: Double); CDECL;
function TSData_Get_Rac(): Double; CDECL;
procedure TSData_Set_Rac(Value: Double); CDECL;
function TSData_Get_GMRac(): Double; CDECL;
procedure TSData_Set_GMRac(Value: Double); CDECL;
function TSData_Get_GMRUnits(): Integer; CDECL;
procedure TSData_Set_GMRUnits(Value: Integer); CDECL;
function TSData_Get_Radius(): Double; CDECL;
procedure TSData_Set_Radius(Value: Double); CDECL;
function TSData_Get_RadiusUnits(): Integer; CDECL;
procedure TSData_Set_RadiusUnits(Value: Integer); CDECL;
function TSData_Get_ResistanceUnits(): Integer; CDECL;
procedure TSData_Set_ResistanceUnits(Value: Integer); CDECL;
function TSData_Get_Diameter(): Double; CDECL;
procedure TSData_Set_Diameter(Value: Double); CDECL;
function TSData_Get_NormAmps(): Double; CDECL;
procedure TSData_Set_NormAmps(Value: Double); CDECL;
function TSData_Get_EmergAmps(): Double; CDECL;
procedure TSData_Set_EmergAmps(Value: Double); CDECL;
function TSData_Get_EpsR(): Double; CDECL;
procedure TSData_Set_EpsR(Value: Double); CDECL;
function TSData_Get_InsLayer(): Double; CDECL;
procedure TSData_Set_InsLayer(Value: Double); CDECL;
function TSData_Get_DiaIns(): Double; CDECL;
procedure TSData_Set_DiaIns(Value: Double); CDECL;
function TSData_Get_DiaCable(): Double; CDECL;
procedure TSData_Set_DiaCable(Value: Double); CDECL;
function TSData_Get_DiaShield(): Double; CDECL;
procedure TSData_Set_DiaShield(Value: Double); CDECL;
function TSData_Get_TapeLayer(): Double; CDECL;
procedure TSData_Set_TapeLayer(Value: Double); CDECL;
function TSData_Get_TapeLap(): Double; CDECL;
procedure TSData_Set_TapeLap(Value: Double); CDECL;

Description

Functions and Procedures

function TSData_Get_Count(): Integer; CDECL;

Common to all classes

function TSData_Get_First(): Integer; CDECL;
 
function TSData_Get_Next(): Integer; CDECL;
 
function TSData_Get_Name(): PAnsiChar; CDECL;
 
procedure TSData_Set_Name(const Value: PAnsiChar); CDECL;
 
procedure TSData_Get_AllNames(var ResultPtr: PPAnsiChar; ResultCount: PAPISize); CDECL;
 
procedure TSData_Get_AllNames_GR(); CDECL;
 
function TSData_Get_idx(): Integer; CDECL;
 
procedure TSData_Set_idx(Value: Integer); CDECL;
 
function TSData_Get_Rdc(): Double; CDECL;

From ConductorData

procedure TSData_Set_Rdc(Value: Double); CDECL;
 
function TSData_Get_Rac(): Double; CDECL;
 
procedure TSData_Set_Rac(Value: Double); CDECL;
 
function TSData_Get_GMRac(): Double; CDECL;
 
procedure TSData_Set_GMRac(Value: Double); CDECL;
 
function TSData_Get_GMRUnits(): Integer; CDECL;
 
procedure TSData_Set_GMRUnits(Value: Integer); CDECL;
 
function TSData_Get_Radius(): Double; CDECL;
 
procedure TSData_Set_Radius(Value: Double); CDECL;
 
function TSData_Get_RadiusUnits(): Integer; CDECL;
 
procedure TSData_Set_RadiusUnits(Value: Integer); CDECL;
 
function TSData_Get_ResistanceUnits(): Integer; CDECL;
 
procedure TSData_Set_ResistanceUnits(Value: Integer); CDECL;
 
function TSData_Get_Diameter(): Double; CDECL;
 
procedure TSData_Set_Diameter(Value: Double); CDECL;
 
function TSData_Get_NormAmps(): Double; CDECL;
 
procedure TSData_Set_NormAmps(Value: Double); CDECL;
 
function TSData_Get_EmergAmps(): Double; CDECL;
 
procedure TSData_Set_EmergAmps(Value: Double); CDECL;
 
function TSData_Get_EpsR(): Double; CDECL;

From CableData

procedure TSData_Set_EpsR(Value: Double); CDECL;
 
function TSData_Get_InsLayer(): Double; CDECL;
 
procedure TSData_Set_InsLayer(Value: Double); CDECL;
 
function TSData_Get_DiaIns(): Double; CDECL;
 
procedure TSData_Set_DiaIns(Value: Double); CDECL;
 
function TSData_Get_DiaCable(): Double; CDECL;
 
procedure TSData_Set_DiaCable(Value: Double); CDECL;
 
function TSData_Get_DiaShield(): Double; CDECL;

From TSData

procedure TSData_Set_DiaShield(Value: Double); CDECL;
 
function TSData_Get_TapeLayer(): Double; CDECL;
 
procedure TSData_Set_TapeLayer(Value: Double); CDECL;
 
function TSData_Get_TapeLap(): Double; CDECL;
 
procedure TSData_Set_TapeLap(Value: Double); CDECL;
 

Generated by PasDoc 0.16.0.