C# Class DecelerationHardwareControl.ControlWindow

Inheritance: System.Windows.Forms.Form
Mostra file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Properties

Property Type Description
CommandBox System.Windows.Forms.TextBox
ReturnBox System.Windows.Forms.TextBox
aom1AmplitudeBox System.Windows.Forms.TextBox
aom1FreqBox System.Windows.Forms.TextBox
aom1UpdateButton System.Windows.Forms.Button
controller Controller
monitor10KTherm30KPlate System.Windows.Forms.TextBox
monitorColdPlate System.Windows.Forms.TextBox
monitorPressureSourceChamber System.Windows.Forms.TextBox
monitorRoughVacuum System.Windows.Forms.TextBox
monitorShield System.Windows.Forms.TextBox
scatterGraph1 NationalInstruments.UI.WindowsForms.ScatterGraph
scatterGraph2 NationalInstruments.UI.WindowsForms.ScatterGraph
scatterGraph3 NationalInstruments.UI.WindowsForms.ScatterGraph
scatterGraph4 NationalInstruments.UI.WindowsForms.ScatterGraph
scatterGraph5 NationalInstruments.UI.WindowsForms.ScatterGraph
scatterGraph6 NationalInstruments.UI.WindowsForms.ScatterGraph
synthOnAmpBox System.Windows.Forms.TextBox
synthOnCheck System.Windows.Forms.CheckBox
synthOnFreqBox System.Windows.Forms.TextBox
synthSettingsUpdateButton System.Windows.Forms.Button

Public Methods

Method Description
ControlWindow ( ) : System
SetCheckBox ( CheckBox box, bool state ) : void
SetDiodeWarning ( Led led, bool state ) : void
SetTextBox ( TextBox box, string text ) : void
displaySidebandData ( ScatterGraph graph, double xvals, double data ) : void
displaySidebandData531 ( ScatterGraph graph, double xvals, double data ) : void
displaySidebandData628Slowing ( ScatterGraph graph, double xvals, double data ) : void
displaySidebandData628V1 ( ScatterGraph graph, double xvals, double data ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetData_Click ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

PressureSourceChamber_Click ( object sender, EventArgs e ) : void
ReadFlow_Click ( object sender, EventArgs e ) : void
SetCheckHelper ( CheckBox box, bool state ) : void
SetFlow_Click ( object sender, EventArgs e ) : void
SetTextHelper ( TextBox box, string text ) : void
SetWarningHelper ( Led led, bool state ) : void
aom1UpdateButton_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
monitorPressureSourceChamber_TextChanged ( object sender, EventArgs e ) : void
plotScatterGraphHelper ( ScatterPlot plot, double x, double y ) : void
scatterGraph1_PlotDataChanged ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraph1_PlotDataChanged_1 ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraph2_PlotDataChanged ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraph4_PlotDataChanged ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraph5_PlotDataChanged ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraph6_PlotDataChanged ( object sender, XYPlotDataChangedEventArgs e ) : void
scatterGraphPlot ( ScatterGraph graph, ScatterPlot plot, double x, double y ) : void
sideBandTab_Click ( object sender, EventArgs e ) : void
stopReadingButton_Click ( object sender, EventArgs e ) : void
synthOnCheck_CheckedChanged ( object sender, EventArgs e ) : void
synthSettingsUpdateButton_Click ( object sender, EventArgs e ) : void

Method Details

ControlWindow() public method

public ControlWindow ( ) : 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

SetCheckBox() public method

public SetCheckBox ( CheckBox box, bool state ) : void
box System.Windows.Forms.CheckBox
state bool
return void

SetDiodeWarning() public method

public SetDiodeWarning ( Led led, bool state ) : void
led Led
state bool
return void

SetTextBox() public method

public SetTextBox ( TextBox box, string text ) : void
box System.Windows.Forms.TextBox
text string
return void

displaySidebandData() public method

public displaySidebandData ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
return void

displaySidebandData531() public method

public displaySidebandData531 ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
return void

displaySidebandData628Slowing() public method

public displaySidebandData628Slowing ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
return void

displaySidebandData628V1() public method

public displaySidebandData628V1 ( ScatterGraph graph, double xvals, double data ) : void
graph ScatterGraph
xvals double
data double
return void

Property Details

CommandBox public_oe property

public System.Windows.Forms.TextBox CommandBox
return System.Windows.Forms.TextBox

ReturnBox public_oe property

public System.Windows.Forms.TextBox ReturnBox
return System.Windows.Forms.TextBox

aom1AmplitudeBox public_oe property

public System.Windows.Forms.TextBox aom1AmplitudeBox
return System.Windows.Forms.TextBox

aom1FreqBox public_oe property

public System.Windows.Forms.TextBox aom1FreqBox
return System.Windows.Forms.TextBox

aom1UpdateButton public_oe property

public System.Windows.Forms.Button aom1UpdateButton
return System.Windows.Forms.Button

controller public_oe property

public Controller,DecelerationHardwareControl controller
return Controller

monitor10KTherm30KPlate public_oe property

public System.Windows.Forms.TextBox monitor10KTherm30KPlate
return System.Windows.Forms.TextBox

monitorColdPlate public_oe property

public System.Windows.Forms.TextBox monitorColdPlate
return System.Windows.Forms.TextBox

monitorPressureSourceChamber public_oe property

public System.Windows.Forms.TextBox monitorPressureSourceChamber
return System.Windows.Forms.TextBox

monitorRoughVacuum public_oe property

public System.Windows.Forms.TextBox monitorRoughVacuum
return System.Windows.Forms.TextBox

monitorShield public_oe property

public System.Windows.Forms.TextBox monitorShield
return System.Windows.Forms.TextBox

scatterGraph1 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph1
return NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph2 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph2
return NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph3 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph3
return NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph4 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph4
return NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph5 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph5
return NationalInstruments.UI.WindowsForms.ScatterGraph

scatterGraph6 public_oe property

public NationalInstruments.UI.WindowsForms.ScatterGraph scatterGraph6
return NationalInstruments.UI.WindowsForms.ScatterGraph

synthOnAmpBox public_oe property

public System.Windows.Forms.TextBox synthOnAmpBox
return System.Windows.Forms.TextBox

synthOnCheck public_oe property

public System.Windows.Forms.CheckBox synthOnCheck
return System.Windows.Forms.CheckBox

synthOnFreqBox public_oe property

public System.Windows.Forms.TextBox synthOnFreqBox
return System.Windows.Forms.TextBox

synthSettingsUpdateButton public_oe property

public System.Windows.Forms.Button synthSettingsUpdateButton
return System.Windows.Forms.Button