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 TypeMethodDescriptionvoidScanController1D.addMeasuredValue(MeasuredValue mv) Adds a feature to the MeasuredValue attribute of the ScanController1D objectvoidScanController2D.addMeasuredValue(MeasuredValue mv) Adds a feature to the MeasuredValue attribute of the ScanController2D objectvoidScanController1D.addValidationValue(MeasuredValue mv) Adds a feature to the ValidationValue attribute of the ScanController1D objectvoidScanController2D.addValidationValue(MeasuredValue mv) Adds a feature to the ValidationValue attribute of the ScanController2D objectvoidScanController1D.removeMeasuredValue(MeasuredValue mv) Description of the MethodvoidScanController2D.removeMeasuredValue(MeasuredValue mv) Description of the MethodvoidScanController1D.removeValidationValue(MeasuredValue mv) Description of the MethodvoidScanController2D.removeValidationValue(MeasuredValue mv) Description of the MethodvoidMeasuredValue.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.measuredValuesVMethod parameters in xal.extension.scan.analysis with type arguments of type MeasuredValueModifier and TypeMethodDescriptionstatic AnalysisControllerAnalysisControllerFactory.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.