C# 클래스 DemoOpenDSS.DemoOpenDSSUI

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: tshort/OpenDSS

공개 프로퍼티들

프로퍼티 타입 설명
DSSCircuit Circuit
DSSControlQueue CtrlQueue
DSSSolution Solution
DSSText Text
DSSobj DSS
application _Application
filePath string
pathApp string
workbook _Workbook

공개 메소드들

메소드 설명
DemoOpenDSSUI ( ) : System
angleC ( double Re, double Im ) : double

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

DemoOpenDSSUI() 공개 메소드

public DemoOpenDSSUI ( ) : System
리턴 System

Dispose() 보호된 메소드

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

angleC() 공개 정적인 메소드

public static angleC ( double Re, double Im ) : double
Re double
Im double
리턴 double

프로퍼티 상세

DSSCircuit 공개적으로 프로퍼티

public Circuit DSSCircuit
리턴 Circuit

DSSControlQueue 공개적으로 프로퍼티

public CtrlQueue DSSControlQueue
리턴 CtrlQueue

DSSSolution 공개적으로 프로퍼티

public Solution DSSSolution
리턴 Solution

DSSText 공개적으로 프로퍼티

public Text DSSText
리턴 Text

DSSobj 공개적으로 프로퍼티

public DSS DSSobj
리턴 DSS

application 공개적으로 정적으로 프로퍼티

public static _Application application
리턴 _Application

filePath 공개적으로 정적으로 프로퍼티

public static string filePath
리턴 string

pathApp 공개적으로 정적으로 프로퍼티

public static string pathApp
리턴 string

workbook 공개적으로 프로퍼티

public _Workbook workbook
리턴 _Workbook