프로퍼티 | 타입 | 설명 | |
---|---|---|---|
MasterDataPlot | NationalInstruments.UI.ScatterPlot | ||
MasterFitPlot | NationalInstruments.UI.ScatterPlot | ||
MasterLaserIntensityScatterGraph | NationalInstruments.UI.WindowsForms.ScatterGraph | ||
SlaveDataPlot | NationalInstruments.UI.ScatterPlot | ||
SlaveFitPlot | NationalInstruments.UI.ScatterPlot | ||
SlaveLaserIntensityScatterGraph | NationalInstruments.UI.WindowsForms.ScatterGraph | ||
controller |
메소드 | 설명 | |
---|---|---|
EnableControl ( |
||
GetGain ( ) : double | ||
GetLaserSetPoint ( ) : double | ||
GetNumberOfPoints ( ) : int | ||
GetScanOffset ( ) : double | ||
GetScanWidth ( ) : double | ||
MainForm ( ) : System |
The UI for TransferCavityLock
|
|
ScatterGraphPlot ( ScatterGraph graph, ScatterPlot plot, double x, double y ) : void | ||
SetCheckBox ( |
||
SetGain ( double value ) : void | ||
SetLED ( Led led, bool val ) : void | ||
SetLaserSetPoint ( double value ) : void | ||
SetLaserVoltage ( double value ) : void | ||
SetNumberOfPoints ( int value ) : void | ||
SetRadioButton ( |
||
SetScanOffset ( double value ) : void | ||
SetScanWidth ( double value ) : void | ||
SetSetPointIncrementSize ( double value ) : void | ||
SetTextBox ( |
||
updateUIState ( |
This controls which parts of the UI are enabled for a given machine state.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
메소드 | 설명 | |
---|---|---|
EnableControlHelper ( |
||
GainChanged ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MainForm_Load ( object sender, |
||
SetCheckHelper ( |
||
SetLedHelper ( Led led, bool val ) : void | ||
SetRadioButtonHelper ( |
||
SetTextHelper ( |
||
VoltageToLaserChanged ( object sender, |
||
fitAndStabilizeEnableCheck_CheckedChanged ( object sender, |
||
lockEnableCheck_CheckedChanged ( object sender, |
||
plotScatterGraphHelper ( ScatterPlot plot, double x, double y ) : void | ||
rampStartButton_Click ( object sender, |
||
rampStopButton_Click ( object sender, |
||
setPointAdjustMinusButton_Click ( object sender, |
||
setPointAdjustPlusButton_Click ( object sender, |
||
setPointIncrementBox_TextChanged ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
리턴 | void |
public EnableControl ( |
||
control | ||
enabled | bool | |
리턴 | void |
public ScatterGraphPlot ( ScatterGraph graph, ScatterPlot plot, double x, double y ) : void | ||
graph | ScatterGraph | |
plot | ScatterPlot | |
x | double | |
y | double | |
리턴 | void |
public SetCheckBox ( |
||
box | ||
state | bool | |
리턴 | void |
public SetRadioButton ( |
||
button | ||
state | bool | |
리턴 | void |
public SetSetPointIncrementSize ( double value ) : void | ||
value | double | |
리턴 | void |
public SetTextBox ( |
||
box | ||
text | string | |
리턴 | void |
public NationalInstruments.UI.ScatterPlot MasterDataPlot | ||
리턴 | NationalInstruments.UI.ScatterPlot |
public NationalInstruments.UI.ScatterPlot MasterFitPlot | ||
리턴 | NationalInstruments.UI.ScatterPlot |
public NationalInstruments.UI.WindowsForms.ScatterGraph MasterLaserIntensityScatterGraph | ||
리턴 | NationalInstruments.UI.WindowsForms.ScatterGraph |
public NationalInstruments.UI.ScatterPlot SlaveDataPlot | ||
리턴 | NationalInstruments.UI.ScatterPlot |
public NationalInstruments.UI.ScatterPlot SlaveFitPlot | ||
리턴 | NationalInstruments.UI.ScatterPlot |
public NationalInstruments.UI.WindowsForms.ScatterGraph SlaveLaserIntensityScatterGraph | ||
리턴 | NationalInstruments.UI.WindowsForms.ScatterGraph |