SetHarmonicSource Method
Declaration Description Parameters Method Result See Also Example

<< Click to Display Table of Contents >>

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

SetHarmonicSource Method
Declaration Description Parameters Method Result See Also Example

Previous pageReturn to chapter overviewNext page

 

Section

Declaration

 

procedure SetHarmonicSource(

const Name: WideString;

PulseType: Integer;

const P, Q, LoadCategory: WideString;

SF, CF: Double;

EnableLoadFlow: Integer;

SinkingCurrent: Double;

HarmonicSpectrum: WideString

);

Section

Description

Sets the Harmonic Source specifications

Section

Parameters

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.

Section

Method Result

None.

Section

Example

PowaMasterObj.SetHarmonicSource( Name, PulseType, P, Q, LoadCategory, SF, CF, EnableLoadFlow, SinkingCurrent, HarmonicSpectrum);

Section

See Also

GetHarmonicSource

Section