SetProtectionDeviceData Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

SetProtectionDeviceData Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 
procedure SetProtectionDeviceData(

const Name, DeviceName: WideString;

DeviceType: Integer;

Rating, MinTripTime, MinDiscrTime: Double;

CurveType, CTPrimary, CTSecondary, CTSaturation: Integer;

PlugSetting, TimeMultiplier, DefMinTime,

ShortPlugSetting,ShortTimeDelay,

HiSetInstantPlugSetting, HiSetInstantTripDelay,

Utm, Ucm, ThermalMinCurrent, ThermalMaxCurrent, ThermalRatedCurrent, ThermalRatedTime: Double;

const Color, UserData: WideString

);

Section

Description

Sets the required Protection Device's specifications

Section

Parameters

 

Parameter

Usage

Name

Name of the Device

DeviceName

Protection Device Type 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)

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.

UserData = Time1 Current1 Time2 Current2, etc...

Section

Method Result

None

Section

Example

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

Section

See Also

GetProtectionData

Section