|
<< Click to Display Table of Contents >> GetProtectionData Method
|
![]() ![]()
|
![]()
procedure GetProtectionData(
const Name: WideString;
out DeviceName: WideString;
out CurveType, DeviceType, CTPrimary, CTSecondary : Integer;
out PlugSetting, TimeMultiplier, DefMinTime : Double;
out CTSaturation : Integer;
out InstantPlugSetting, InstantTripTime, MinDiscrTime, Rating, Voltage, Utm, Ucm : Double;
out UserData: WideString
);
![]()
Gets the required Protection Device's specifications
![]()
Input Parameter |
Usage |
Name |
Name of the Protection Device |
Output Parameter |
Usage |
DeviceName |
Protection Device Name |
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 |
|
DeviceType |
0 - Over Current, 1 - Earth Fault, 2 - Combined |
CTPrimary |
C.T. Primary Current |
CTSecondary |
C.T. Secondary Current |
PlugSetting |
Protection Device Plug Setting (p.u.) |
TimeMultiplier |
Protection Device Time Multiplier |
DefMinTime |
Definite Minimum Time of the Relay |
CTSaturation |
Multiple of primary or secondary current respectively. |
InstantPlugSetting |
Protection Device Instantaneous Setting (p.u.) |
InstantTripTime |
Protection Device Instantaneous Setting Trip Time (s) |
MinDiscrTime |
The Minimum Discrimination Time for this relay |
Rating |
Breaker Rating in kA |
Voltage |
Voltage Level Relay is Connected |
Utm |
User Time Multiplier (Shifts the user curve time by this factor) |
Ucm |
User current Multiplier (Shifts the user curve current by this factor) |
UserData |
User Defined Time and Current curve. |
![]()
None
![]()
PowaMasterObj.GetProtectionData( Name, DeviceName, CurveType, DeviceType, CTPrimary, CTSecondary, PlugSetting, TimeMultiplier, DefMinTime, CTSaturation, InstantPlugSetting, InstantTripTime, MinDiscrTime, Rating, Voltage, Utm, Ucm, UserData);
![]()
![]()