Uses of Class
xal.extension.scan.MeasuredValue
Packages that use MeasuredValue
-
Uses of MeasuredValue in xal.extension.scan
Methods in xal.extension.scan that return types with arguments of type MeasuredValueModifier and TypeMethodDescriptionScanController1D.getMeasuredValuesV()
Returns the measuredValuesV attribute of the ScanController1D objectScanController2D.getMeasuredValuesV()
Returns the measuredValuesV attribute of the ScanController2D objectScanController1D.getValidationValuesV()
Returns the validationValuesV attribute of the ScanController1D objectScanController2D.getValidationValuesV()
Returns the validationValuesV attribute of the ScanController2D objectMethods in xal.extension.scan with parameters of type MeasuredValueModifier and TypeMethodDescriptionvoid
ScanController1D.addMeasuredValue
(MeasuredValue mv) Adds a feature to the MeasuredValue attribute of the ScanController1D objectvoid
ScanController2D.addMeasuredValue
(MeasuredValue mv) Adds a feature to the MeasuredValue attribute of the ScanController2D objectvoid
ScanController1D.addValidationValue
(MeasuredValue mv) Adds a feature to the ValidationValue attribute of the ScanController1D objectvoid
ScanController2D.addValidationValue
(MeasuredValue mv) Adds a feature to the ValidationValue attribute of the ScanController2D objectvoid
ScanController1D.removeMeasuredValue
(MeasuredValue mv) Description of the Methodvoid
ScanController2D.removeMeasuredValue
(MeasuredValue mv) Description of the Methodvoid
ScanController1D.removeValidationValue
(MeasuredValue mv) Description of the Methodvoid
ScanController2D.removeValidationValue
(MeasuredValue mv) Description of the Methodvoid
MeasuredValue.setOffSetPV
(MeasuredValue offSetVal) -
Uses of MeasuredValue in xal.extension.scan.analysis
Fields in xal.extension.scan.analysis with type parameters of type MeasuredValueModifier and TypeFieldDescriptionprotected Vector<MeasuredValue>
AnalysisController.measuredValuesV
Method parameters in xal.extension.scan.analysis with type arguments of type MeasuredValueModifier and TypeMethodDescriptionstatic AnalysisController
AnalysisControllerFactory.getAC
(MainAnalysisController mainController, DataAdaptor analysisConf, JPanel parentAnalysisPanel, JPanel customControlPanel, JPanel customGraphPanel, JPanel globalButtonsPanel, ScanVariable scanVariableParameter, ScanVariable scanVariable, Vector<MeasuredValue> measuredValuesV, FunctionGraphsJPanel graphAnalysis, JTextField messageTextLocal, BasicGraphData graphDataLocal) Returns the specific analysis controller.Constructor parameters in xal.extension.scan.analysis with type arguments of type MeasuredValueModifierConstructorDescriptionAnalysisCntrlDTLPhase
(MainAnalysisController mainControllerIn, DataAdaptor analysisConf, JPanel parentAnalysisPanelIn, JPanel customControlPanelIn, JPanel customGraphPanelIn, JPanel globalButtonsPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, FunctionGraphsJPanel graphAnalysisIn, JTextField messageTextLocalIn, BasicGraphData graphDataLocalIn) The constructor.AnalysisCntrlEmpty
(MainAnalysisController mainControllerIn, DataAdaptor analysisConf, JPanel parentAnalysisPanelIn, JPanel customControlPanelIn, JPanel customGraphPanelIn, JPanel globalButtonsPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, FunctionGraphsJPanel graphAnalysisIn, JTextField messageTextLocalIn, BasicGraphData graphDataLocalIn) The constructor.AnalysisCntrlFindIntersection
(MainAnalysisController mainControllerIn, DataAdaptor analysisConf, JPanel parentAnalysisPanelIn, JPanel customControlPanelIn, JPanel customGraphPanelIn, JPanel globalButtonsPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, FunctionGraphsJPanel graphAnalysisIn, JTextField messageTextLocalIn, BasicGraphData graphDataLocalIn) The constructor.AnalysisCntrlFindMinMax
(MainAnalysisController mainControllerIn, DataAdaptor analysisConf, JPanel parentAnalysisPanelIn, JPanel customControlPanelIn, JPanel customGraphPanelIn, JPanel globalButtonsPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, FunctionGraphsJPanel graphAnalysisIn, JTextField messageTextLocalIn, BasicGraphData graphDataLocalIn) The constructor.AnalysisCntrlManagement
(MainAnalysisController mainControllerIn, DataAdaptor analysisConf, JPanel parentAnalysisPanelIn, JPanel customControlPanelIn, JPanel customGraphPanelIn, JPanel globalButtonsPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, FunctionGraphsJPanel graphAnalysisIn, JTextField messageTextLocalIn, BasicGraphData graphDataLocalIn) The constructor.AnalysisCntrlPolynomFit
(MainAnalysisController mainControllerIn, DataAdaptor analysisConf, JPanel parentAnalysisPanelIn, JPanel customControlPanelIn, JPanel customGraphPanelIn, JPanel globalButtonsPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, FunctionGraphsJPanel graphAnalysisIn, JTextField messageTextLocalIn, BasicGraphData graphDataLocalIn) The constructor.AnalysisCntrlTDProcedure
(MainAnalysisController mainControllerIn, DataAdaptor analysisConf, JPanel parentAnalysisPanelIn, JPanel customControlPanelIn, JPanel customGraphPanelIn, JPanel globalButtonsPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, FunctionGraphsJPanel graphAnalysisIn, JTextField messageTextLocalIn, BasicGraphData graphDataLocalIn) The constructor.AnalysisController
(MainAnalysisController mainControllerIn, DataAdaptor analysisConf, JPanel parentAnalysisPanelIn, JPanel customControlPanelIn, JPanel customGraphPanelIn, JPanel globalButtonsPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, FunctionGraphsJPanel graphAnalysisIn, JTextField messageTextLocalIn, BasicGraphData graphDataLocalIn) The constructor.MainAnalysisController
(Object mainScanDocumentIn, JPanel parentAnalysisPanelIn, JPanel analysisControlPanelIn, JPanel customGraphPanelIn, ScanVariable scanVariableParameterIn, ScanVariable scanVariableIn, Vector<MeasuredValue> measuredValuesVIn, Vector<Boolean> measuredValuesShowStateVIn, FunctionGraphsJPanel graphScanIn, FunctionGraphsJPanel graphAnalysisIn) Constructor.