C# Class DemoOpenDSS.DemoOpenDSSUI

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: tshort/OpenDSS

Public Properties

Property Type Description
DSSCircuit Circuit
DSSControlQueue CtrlQueue
DSSSolution Solution
DSSText Text
DSSobj DSS
application _Application
filePath string
pathApp string
workbook _Workbook

Public Methods

Method Description
DemoOpenDSSUI ( ) : System
angleC ( double Re, double Im ) : double

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public DemoOpenDSSUI ( ) : System
return System

Dispose() protected method

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

angleC() public static method

public static angleC ( double Re, double Im ) : double
Re double
Im double
return double

Property Details

DSSCircuit public_oe property

public Circuit DSSCircuit
return Circuit

DSSControlQueue public_oe property

public CtrlQueue DSSControlQueue
return CtrlQueue

DSSSolution public_oe property

public Solution DSSSolution
return Solution

DSSText public_oe property

public Text DSSText
return Text

DSSobj public_oe property

public DSS DSSobj
return DSS

application public_oe static_oe property

public static _Application application
return _Application

filePath public_oe static_oe property

public static string filePath
return string

pathApp public_oe static_oe property

public static string pathApp
return string

workbook public_oe property

public _Workbook workbook
return _Workbook