C# Class DemoOpenDSS.DemoOpenDSSUI

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: tshort/OpenDSS

Méthodes publiques

Свойство Type Description
DSSCircuit Circuit
DSSControlQueue CtrlQueue
DSSSolution Solution
DSSText Text
DSSobj DSS
application _Application
filePath string
pathApp string
workbook _Workbook

Méthodes publiques

Méthode Description
DemoOpenDSSUI ( ) : System
angleC ( double Re, double Im ) : double

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DemoOpenDSSUI_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

loadCircuit_Click ( object sender, EventArgs e ) : void
loadLoadPowers_Click ( object sender, EventArgs e ) : void
loadMagAngle_Click ( object sender, EventArgs e ) : void
loadSeqCurrents_Click ( object sender, EventArgs e ) : void
loadSeqVoltages_Click ( object sender, EventArgs e ) : void
loadVoltages_Click ( object sender, EventArgs e ) : void
solveCircuit_Click ( object sender, EventArgs e ) : void
starDSS_Click ( object sender, EventArgs e ) : void

Method Details

DemoOpenDSSUI() public méthode

public DemoOpenDSSUI ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

angleC() public static méthode

public static angleC ( double Re, double Im ) : double
Re double
Im double
Résultat double

Property Details

DSSCircuit public_oe property

public Circuit DSSCircuit
Résultat Circuit

DSSControlQueue public_oe property

public CtrlQueue DSSControlQueue
Résultat CtrlQueue

DSSSolution public_oe property

public Solution DSSSolution
Résultat Solution

DSSText public_oe property

public Text DSSText
Résultat Text

DSSobj public_oe property

public DSS DSSobj
Résultat DSS

application public_oe static_oe property

public static _Application application
Résultat _Application

filePath public_oe static_oe property

public static string filePath
Résultat string

pathApp public_oe static_oe property

public static string pathApp
Résultat string

workbook public_oe property

public _Workbook workbook
Résultat _Workbook