Property | Type | Description | |
---|---|---|---|
Count | int | ||
SlaveDataPlot | NationalInstruments.UI.ScatterPlot | ||
SlaveFitPlot | NationalInstruments.UI.ScatterPlot | ||
SlaveLaserIntensityScatterGraph | NationalInstruments.UI.WindowsForms.ScatterGraph | ||
VoltageTrackBar | System.Windows.Forms.TrackBar | ||
controller |
Method | Description | |
---|---|---|
AdjustAxesAutoScale ( bool state ) : void | ||
AppendToErrorGraph ( double x, double y ) : void | ||
ClearErrorGraph ( ) : void | ||
DisplayData ( double cavityData, double slaveData ) : void | ||
DisplayFit ( double cavityData, double slaveData ) : void | ||
EnableControl ( Control control, bool enabled ) : void | ||
GetGain ( ) : double | ||
GetLaserSetPoint ( ) : double | ||
LockControlPanel ( string name ) : System | ||
LockControlPanel ( string name, double lowerVoltageLimit, double upperVoltageLimit ) : System | ||
SetCheckBox ( CheckBox box, bool state ) : void | ||
SetGain ( double value ) : void | ||
SetLED ( Led led, bool val ) : void | ||
SetLaserSetPoint ( double value ) : void | ||
SetLaserVoltage ( double value ) : void | ||
SetSetPointIncrementSize ( double value ) : void | ||
SetTextBox ( TextBox box, string text ) : void | ||
UpdateUIState ( |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ClearNIGraph ( Graph graph ) : void | ||
EnableControlHelper ( Control control, bool enabled ) : void | ||
GainChanged ( object sender, EventArgs e ) : void | ||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
PlotXYAppend ( Graph graph, ScatterPlot plot, double x, double y ) : void | ||
SetCheckHelper ( CheckBox box, bool state ) : void | ||
SetLedHelper ( Led led, bool val ) : void | ||
SetTextHelper ( TextBox box, string text ) : void | ||
VoltageToLaserChanged ( object sender, EventArgs e ) : void | ||
VoltageTrackBar_Scroll ( object sender, EventArgs e ) : void | ||
fsrTextBox_TextChanged ( object sender, EventArgs e ) : void | ||
lockEnableCheck_CheckedChanged ( object sender, EventArgs e ) : void | ||
plotScatterGraphHelper ( ScatterPlot plot, double x, double y ) : void | ||
scatterGraphPlot ( ScatterGraph graph, ScatterPlot plot, double x, double y ) : void | ||
setPointAdjustMinusButton_Click ( object sender, EventArgs e ) : void | ||
setPointAdjustPlusButton_Click ( object sender, EventArgs e ) : void | ||
setPointIncrementBox_TextChanged ( object sender, EventArgs e ) : void | ||
slErrorResetButton_Click ( object sender, EventArgs e ) : void |
public AdjustAxesAutoScale ( bool state ) : void | ||
state | bool | |
return | void |
public AppendToErrorGraph ( double x, double y ) : void | ||
x | double | |
y | double | |
return | void |
public DisplayData ( double cavityData, double slaveData ) : void | ||
cavityData | double | |
slaveData | double | |
return | void |
public DisplayFit ( double cavityData, double slaveData ) : void | ||
cavityData | double | |
slaveData | double | |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public EnableControl ( Control control, bool enabled ) : void | ||
control | Control | |
enabled | bool | |
return | void |
public LockControlPanel ( string name ) : System | ||
name | string | |
return | System |
public LockControlPanel ( string name, double lowerVoltageLimit, double upperVoltageLimit ) : System | ||
name | string | |
lowerVoltageLimit | double | |
upperVoltageLimit | double | |
return | System |
public SetCheckBox ( CheckBox box, bool state ) : void | ||
box | CheckBox | |
state | bool | |
return | void |
public SetLaserSetPoint ( double value ) : void | ||
value | double | |
return | void |
public SetLaserVoltage ( double value ) : void | ||
value | double | |
return | void |
public SetSetPointIncrementSize ( double value ) : void | ||
value | double | |
return | void |
public SetTextBox ( TextBox box, string text ) : void | ||
box | TextBox | |
text | string | |
return | void |
public UpdateUIState ( |
||
state | ||
return | void |
public NationalInstruments.UI.ScatterPlot SlaveDataPlot | ||
return | NationalInstruments.UI.ScatterPlot |
public NationalInstruments.UI.ScatterPlot SlaveFitPlot | ||
return | NationalInstruments.UI.ScatterPlot |
public NationalInstruments.UI.WindowsForms.ScatterGraph SlaveLaserIntensityScatterGraph | ||
return | NationalInstruments.UI.WindowsForms.ScatterGraph |
public System.Windows.Forms.TrackBar VoltageTrackBar | ||
return | System.Windows.Forms.TrackBar |