|
<< Click to Display Table of Contents >> SetHarmonicSource Method
|
![]() ![]()
|
![]()
procedure SetHarmonicSource(
const Name: WideString;
PulseType: Integer;
const P, Q, LoadCategory: WideString;
SF, CF: Double;
EnableLoadFlow: Integer;
SinkingCurrent: Double;
HarmonicSpectrum: WideString
);
![]()
Sets the Harmonic Source specifications
![]()
Parameter |
Usage |
Name |
Harmonic Source name |
PulseType |
6, 12 or 24 |
P |
The Active Power of the Harmonic Source can be specified for example as either 10000 or 10MW |
Q |
The Reactive Power of the Harmonic Source can be specified for example as either 2000 or 2MVAR |
LoadCategory |
Specifies the Load Category this Harmonic Source belongs to |
SF |
Scale Factor of the Harmonic Source. |
CF |
Co-incident Factor of the Harmonic Source with respect to System Peak. |
EnableLoadFLow |
If Enabled the Load will be used in the Load Flow Calculation |
SingkingCurrent |
Specifies the % of current that this device will absorb due to "lumping" of loads, etc. |
HarmonicSpectrum |
Specifies the Harmonic Current Spectrum of this Harmonic Source. |
![]()
None.
![]()
PowaMasterObj.SetHarmonicSource( Name, PulseType, P, Q, LoadCategory, SF, CF, EnableLoadFlow, SinkingCurrent, HarmonicSpectrum);
![]()
![]()