Uses of Class
xal.sim.scenario.ModelInput
Packages that use ModelInput
-
Uses of ModelInput in xal.sim.scenario
Methods in xal.sim.scenario that return ModelInputModifier and TypeMethodDescriptionScenario.getModelInput(AcceleratorNode aNode, String propName) Returns the ModelInput for the specified node's property.Scenario.setModelInput(AcceleratorNode aNode, String propName, double val) Sets the specified node's property to the specified value. -
Uses of ModelInput in xal.sim.sync
Methods in xal.sim.sync that return ModelInputModifier and TypeMethodDescriptionSynchronizationManager.getModelInput(AcceleratorNode aNode, String propName) Returns the ModelInput for the specified node's property.SynchronizationManager.setModelInput(AcceleratorNode aNode, String property, double value) Sets the specified node's property to the specified value. -
Uses of ModelInput in xal.smf.proxy
Methods in xal.smf.proxy that return ModelInputModifier and TypeMethodDescriptionPrimaryPropertyAccessor.getInput(AcceleratorNode aNode, String propName) Returns the ModelInput for the specified node's property, or null if there is none.PrimaryPropertyAccessor.setModelInput(AcceleratorNode aNode, String property, double val) Sets the specified node's property to the specified value.Methods in xal.smf.proxy with parameters of type ModelInputModifier and TypeMethodDescriptionprotected voidPrimaryPropertyAccessor.addInput(ModelInput anInput)