|
<< Click to Display Table of Contents >> SetTrfr2WData Method
|
![]() ![]()
|
![]()
procedure SetTrfr2WData(
const Name: WideString;
Quantity: Integer;
const PrimV, SecV, Rating: WideString;
Derating: Double;
const UserCode: WideString;
OL, Zp, XRp, Zz, XRz: Double;
AutoTrfr, AutoTrfrGrnd, PrimVec, SecVec: Integer;
PhaseShift, Rp, Xp, Rs, Xs: Double;
Taps, TNom, TPos: Integer;
TStep, Vmin, Vmax: Double;
TapLock, PrimTap: Integer;
NoLoadPpu, NoLoadIpu, ZoMag, IBoost: Double
);
![]()
Sets the Transformer's data.
![]()
Input Parameter |
Usage |
Name |
Transformer Name |
Quantity |
Number in Parallel |
PrimV |
Transformer Primary Voltage (eg 88000 or 88kV) |
SecV |
Transformer Secondary Voltage (eg 11000 or 11kV) |
Rating |
Transformer Rating |
Derating |
Transformer Derating |
UserCode |
Transformer User Code |
OL |
Transformer Overload Rating (p.u.) |
Zp |
Positive sequence impedance in percentage from the transformer's name plate information |
XRp |
Positive sequence Reactance to Resistance ratio. |
Zz |
Zero sequence impedance in percentage from the transformer's name plate information |
XRz |
Zero sequence Reactance to Resistance ratio. |
AutoTrfr |
AutoTransformer status (1-Autotransformer, 0-not autotransformer) |
AutoTrfrGrnd |
AutoTransformer Grounding status (1-Grounded, 0-not Grounded) |
Select the Transformer Primary Winding Type and Earthing arrangement, eg : Star earthed would be : YN. |
|
Select the Transformer Secondary Winding Type and Earthing arrangement, eg : Delta not earthed would be : D. |
|
PhaseShift |
Transformer Phase Shift (degrees) |
Rp |
Resistance value for the primary earthing equipment |
Xp |
Reactance value for the primary earthing equipment |
Rs |
Resistance value for the secondary earthing equipment |
Xs |
Reactance value for the secondary earthing equipment |
Taps |
Transformer Number of Taps |
TNom |
Transformer Nominal Tap Number |
TPos |
Transformer Tap Position |
TStep |
Transformer Steps |
VMin |
Tap Control Voltage Minimum (p.u.) |
VMax |
Tap Control Voltage Maximum (p.u.) |
TapLock |
Transformer Tap Position Locked (1 - Locked,0 - not Locked) |
PrimTap |
1 if the tap changer is on the Primary Side of the Transformer, 0 if not. |
NoLoadPpu |
No Load Loss (pu) |
NoLoadIpu |
No Load Current (pu) |
ZoMag |
pu Zo Magnetizing factor |
IBoost |
Specify the percentage internal voltage boost of the transformer |
![]()
None
![]()
PowaMasterObj.SetTrfr2WData( Name, Quantity, PrimV, SecV, Rating, Derating, UserCode, OL, Zp, XRp, Zz, XRz, AutoTrfr, AutoTrfrGrnd, PrimVec, SecVec, PhaseShift, Rp, Xp, Rs, Xs, Taps, TNom, TPos, TStep, Vmin, Vmax, TapLock, PrimTap, NoLoadPpu, NoLoadIpu, ZoMag, IBoost);
![]()
![]()