Property | Type | Description | |
---|---|---|---|
CavLockVoltageTrackBar | System.Windows.Forms.TrackBar | ||
CavityVoltageReadScatterGraph | NationalInstruments.UI.WindowsForms.ScatterGraph | ||
MasterDataPlot | NationalInstruments.UI.ScatterPlot | ||
MasterFitPlot | NationalInstruments.UI.ScatterPlot | ||
MasterFitTextBox | System.Windows.Forms.TextBox | ||
MasterGainTextBox | System.Windows.Forms.TextBox | ||
MasterLaserIntensityScatterGraph | NationalInstruments.UI.WindowsForms.ScatterGraph | ||
MasterSetPointTextBox | System.Windows.Forms.TextBox | ||
VToOffsetTextBox | System.Windows.Forms.TextBox | ||
axisCheckBox | System.Windows.Forms.CheckBox | ||
cavityDataPlot | NationalInstruments.UI.ScatterPlot | ||
controller | |||
logCheckBox | System.Windows.Forms.CheckBox | ||
masterLockEnableCheck | System.Windows.Forms.CheckBox | ||
scanAvCheckBox | System.Windows.Forms.CheckBox |
Method | Description | |
---|---|---|
AddSlaveLaser ( |
||
ClearErrorGraph ( string name ) : void | ||
DisplayCavityData ( double indeces, double cavityData ) : void | ||
DisplayData ( string name, double cavityData, double slaveData ) : void | ||
DisplayErrorData ( string name, double time, double errordata ) : void | ||
DisplayFit ( string name, double cavityData, double slaveFitData ) : void | ||
DisplayMasterData ( double cavityData, double masterData ) : void | ||
DisplayMasterData ( double cavityData, double masterData, double masterFitData ) : void | ||
DisplaySlaveData ( string name, double cavityData, double slaveData, double slaveFitData ) : void | ||
DisplaySlaveDataNoFit ( string name, double cavityData, double slaveData ) : void | ||
EnableControl ( |
||
GetErrorCount ( string name ) : int | ||
GetGain ( string name ) : double | ||
GetLaserSetPoint ( string name ) : double | ||
GetNumberOfPoints ( ) : int | ||
GetVtoOffsetVoltage ( ) : double | ||
IncrementErrorCount ( string name ) : void | ||
MainForm ( ) : System |
The UI for TransferCavityLock
|
|
MainForm ( string name ) : System | ||
SetCheckBox ( |
||
SetGain ( string name, double value ) : void | ||
SetLED ( Led led, bool val ) : void | ||
SetLaserSetPoint ( string name, double value ) : void | ||
SetLaserVoltage ( string name, double value ) : void | ||
SetMasterFitTextBox ( double value ) : void | ||
SetMasterSetPointTextBox ( double value ) : void | ||
SetNumberOfPoints ( int value ) : void | ||
SetSetPointIncrementSize ( string name, double value ) : void | ||
SetTextBox ( |
||
SetVtoOffsetVoltage ( double value ) : void | ||
ShowAllTabPanels ( ) : void | ||
UpdateElapsedTime ( double time ) : void | ||
UpdateUIState ( |
This controls which parts of the UI are enabled for a given machine state.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
CavLockVoltageTrackBar_Scroll ( object sender, |
||
EnableControlHelper ( |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MainForm_FormClosing ( object sender, |
||
MainForm_Load ( object sender, |
||
SetCheckHelper ( |
||
SetLedHelper ( Led led, bool val ) : void | ||
SetTextHelper ( |
||
UpdateUIState ( string name, |
||
axisCheckBox_CheckedChanged ( object sender, |
||
logCheckBox_CheckedChanged ( object sender, |
||
masterLockEnableCheck_CheckedChanged ( object sender, |
||
plotScatterGraphHelper ( ScatterPlot plot, double x, double y ) : void | ||
rampStartButton_Click ( object sender, |
||
rampStopButton_Click ( object sender, |
||
scatterGraphPlot ( ScatterGraph graph, ScatterPlot plot, double x, double y ) : void | ||
stopAllLocking ( ) : void | ||
voltageRampControl_Enter ( object sender, |
public AddSlaveLaser ( |
||
sl | ||
return | void |
public ClearErrorGraph ( string name ) : void | ||
name | string | |
return | void |
public DisplayCavityData ( double indeces, double cavityData ) : void | ||
indeces | double | |
cavityData | double | |
return | void |
public DisplayData ( string name, double cavityData, double slaveData ) : void | ||
name | string | |
cavityData | double | |
slaveData | double | |
return | void |
public DisplayErrorData ( string name, double time, double errordata ) : void | ||
name | string | |
time | double | |
errordata | double | |
return | void |
public DisplayFit ( string name, double cavityData, double slaveFitData ) : void | ||
name | string | |
cavityData | double | |
slaveFitData | double | |
return | void |
public DisplayMasterData ( double cavityData, double masterData ) : void | ||
cavityData | double | |
masterData | double | |
return | void |
public DisplayMasterData ( double cavityData, double masterData, double masterFitData ) : void | ||
cavityData | double | |
masterData | double | |
masterFitData | double | |
return | void |
public DisplaySlaveData ( string name, double cavityData, double slaveData, double slaveFitData ) : void | ||
name | string | |
cavityData | double | |
slaveData | double | |
slaveFitData | double | |
return | void |
public DisplaySlaveDataNoFit ( string name, double cavityData, double slaveData ) : void | ||
name | string | |
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 | ||
enabled | bool | |
return | void |
public GetLaserSetPoint ( string name ) : double | ||
name | string | |
return | double |
public IncrementErrorCount ( string name ) : void | ||
name | string | |
return | void |
public SetCheckBox ( |
||
box | ||
state | bool | |
return | void |
public SetGain ( string name, double value ) : void | ||
name | string | |
value | double | |
return | void |
public SetLaserSetPoint ( string name, double value ) : void | ||
name | string | |
value | double | |
return | void |
public SetLaserVoltage ( string name, double value ) : void | ||
name | string | |
value | double | |
return | void |
public SetMasterFitTextBox ( double value ) : void | ||
value | double | |
return | void |
public SetMasterSetPointTextBox ( double value ) : void | ||
value | double | |
return | void |
public SetNumberOfPoints ( int value ) : void | ||
value | int | |
return | void |
public SetSetPointIncrementSize ( string name, double value ) : void | ||
name | string | |
value | double | |
return | void |
public SetTextBox ( |
||
box | ||
text | string | |
return | void |
public SetVtoOffsetVoltage ( double value ) : void | ||
value | double | |
return | void |
public UpdateElapsedTime ( double time ) : void | ||
time | double | |
return | void |
public UpdateUIState ( |
||
state | ||
return | void |
public System.Windows.Forms.TrackBar CavLockVoltageTrackBar | ||
return | System.Windows.Forms.TrackBar |
public NationalInstruments.UI.WindowsForms.ScatterGraph CavityVoltageReadScatterGraph | ||
return | NationalInstruments.UI.WindowsForms.ScatterGraph |
public NationalInstruments.UI.ScatterPlot MasterDataPlot | ||
return | NationalInstruments.UI.ScatterPlot |
public NationalInstruments.UI.ScatterPlot MasterFitPlot | ||
return | NationalInstruments.UI.ScatterPlot |
public System.Windows.Forms.TextBox MasterFitTextBox | ||
return | System.Windows.Forms.TextBox |
public System.Windows.Forms.TextBox MasterGainTextBox | ||
return | System.Windows.Forms.TextBox |
public NationalInstruments.UI.WindowsForms.ScatterGraph MasterLaserIntensityScatterGraph | ||
return | NationalInstruments.UI.WindowsForms.ScatterGraph |
public System.Windows.Forms.TextBox MasterSetPointTextBox | ||
return | System.Windows.Forms.TextBox |
public System.Windows.Forms.TextBox VToOffsetTextBox | ||
return | System.Windows.Forms.TextBox |
public System.Windows.Forms.CheckBox axisCheckBox | ||
return | System.Windows.Forms.CheckBox |
public NationalInstruments.UI.ScatterPlot cavityDataPlot | ||
return | NationalInstruments.UI.ScatterPlot |
public System.Windows.Forms.CheckBox logCheckBox | ||
return | System.Windows.Forms.CheckBox |
public System.Windows.Forms.CheckBox masterLockEnableCheck | ||
return | System.Windows.Forms.CheckBox |