|
<< Click to Display Table of Contents >> GetHarmonicSource Method
|
![]() ![]()
|
![]()
procedure GetHarmonicSource(
const Name: WideString;
out PulseType: Integer;
out P, Q: Double;
out LoadCategory: WideString;
out SF, CF: Double;
out EnableLoadFlow: Integer;
out SinkingCurrent: Double;
out HarmonicSpectrum: WideString
);
![]()
Gets the Harmonic Source specifications
![]()
Input Parameter |
Usage |
Name |
Harmonic Source name |
Output Parameter |
Usage |
PulseType |
6, 12 or 24 |
P |
The Active Power of the Harmonic Source |
Q |
The Reactive Power of the Harmonic Source |
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.GetHarmonicSource( Name, PulseType, P, Q, LoadCategory, SF, CF, EnableLoadFlow, SinkingCurrent, HarmonicSpectrum);
![]()
![]()