GetProtectionDeviceData Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

Navigation:  Additional Resources > OLE/COM Automation > Methods > Edit >

GetProtectionDeviceData Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure GetProtectionDeviceData(const Name: WideString;

out DeviceName: WideString; out DeviceType: Integer;

out Rating, MinTripTime, MinDiscrTime, Voltage: Double;

out CurveType, CTPrimary, CTSecondary, CTSaturation: Integer;

out PlugSetting, TimeMultiplier, DefMinTime, ShortPlugSetting,

ShortTimeDelay, HiSetInstantPlugSetting, HiSetInstantTripDelay,

Utm, Ucm, ThermalMinCurrent, ThermalMaxCurrent,

ThermalRatedCurrent, ThermalRatedTime: Double;

out Color, UserData: WideString

);

Section

Description

Gets the required Protection Device's specifications

Section

Parameters

 

Input Parameter

Usage

Name

Name of the Protection Device

Output Parameter

Usage

DeviceName

Protection Device Name

DeviceType

0 - Over Current, 1 - Earth Fault, 2 - Combined

Rating

Breaker Rating in kA

MinTripTime

Breaker Operating Time (s)

MinDiscrTime

Minimum Allowed Discrimination Time (ms)

Voltage

Voltage Level Relay is Connected

CurveType

Normal Inverse, Very Inverse, Extremely Inverse, Long Inverse, User Defined,

Moderate Inverse (ANSI), Very Inverse (ANSI), Extremely Inverse (ANSI),

US CO8 Inverse, US CO2 Inverse, Thermal Flat, Thermal It, Thermal I2t, Thermal I4t

CTPrimary

C.T. Primary winding

CTSecondary

C.T. Secondary winding

CTSaturation

CT Saturation

PlugSetting

Device Plug Setting

TimeMultiplier

Device Time Multiplier

DefMinTime

Device Definite Minimum Time (s)

ShortPlugSetting

Device Short Plug Setting

ShortTimeDelay

Device Short time delay (ms)

HiSetInstantPlugSetting

Device Hi-set Instantaneous Plug Setting

HiSetInstantTripDelay

Device Hi-set Instantaneous Time Delay (ms)

Utm

User Time Multiplier (Shifts the user curve time by this factor)

Ucm

User current Multiplier (Shifts the user curve current by this factor)

ThermalMinCurrent

Thermal Pickup Current (kA)

ThermalMaxCurrent

Thermal Maximum Current (kA)

ThermalRatedCurrent

Thermal Rated Current (kA)

ThermalRatedTime

Thermal Rated Time (s)

Color

Device Graph Display Color

UserData

User Defined Time and Current curve.

Section

Method Result

None

Section

Example

PowaMasterObj.GetProtectionDeviceData( Name, DeviceName, WideString, DeviceType, Rating, MinTripTime, MinDiscrTime, Voltage, CurveType, CTPrimary,CTSecondary, CTSaturation, PlugSetting, TimeMultiplier, DefMinTime, ShortPlugSetting, ShortTimeDelay, HiSetInstantPlugSetting, HiSetInstantTripDelay, Utm, Ucm, ThermalMinCurrent, ThermalMaxCurrent, ThermalRatedCurrent, ThermalRatedTimeColor, UserData);

Section

See Also

SetProtectionData

Section