findHighestImpedanceBus

Finds the highest impedance bus from the substation

Contents

Syntax

[highestImpedance highestImpedanceBus] = findHighestImpedanceBus(DSSCircObj, requiredLineRating);
[highestImpedance highestImpedanceBus] = findHighestImpedanceBus(DSSCircObj, requiredLineRating, threePhase);

Description

Function to find highest impedance bus from the substation.

Inputs

Outputs

Example

Returns the bus names for the highest impedance bus in the circuit

[DSSCircObj, DSSText, gridpvPath] = DSSStartup;
DSSText.command = ['Compile "' gridpvPath 'ExampleCircuit\master_Ckt24.dss"'];
DSSText.command = 'solve';
[highestImpedance highestImpedanceBus] = findHighestImpedanceBus(DSSCircObj, 220)
%
highestImpedance =

   10.3675


highestImpedanceBus = 

    'N284454'