Uses of Class
xal.smf.attr.ApertureBucket
Packages that use ApertureBucket
-
Uses of ApertureBucket in xal.extension.jels.smf
Methods in xal.extension.jels.smf with parameters of type ApertureBucketModifier and TypeMethodDescriptionstatic Bend
ESSElementFactory.createESSBend
(String name, double alpha, double k, double rho, double entryAngle, double exitAngle, double enterK1, double enterK2, double exitK1, double exitK2, double quadComp, ApertureBucket aper, MagnetMainSupply ps, int orientation, double gap, double position) Creates the Bend node with specified properties.static Bend
ESSElementFactory.createESSBend
(String name, double alpha, double k, double rho, double entryAngle, double exitAngle, double quadComp, ApertureBucket aper, MagnetMainSupply ps, int orientation, double gap, double position) Creates the Bend node with specified properties.static DipoleCorr
ESSElementFactory.createESSCorrector
(String name, int orientation, double length, ApertureBucket aper, MagnetMainSupply ps, double position) Creates the DipoleCorrector node with specified properties.static ESSRfGap
ESSElementFactory.createESSRfGap
(String name, boolean isFirst, double ampFactor, ApertureBucket aper, double length, double position) Creates the RfGap node with specified properties.static MagFieldMap
ESSElementFactory.createMagFieldMap
(String name, double length, double amplitude, String fieldPath, String fieldFile, ApertureBucket aper, MagnetMainSupply ps, double position, int dimensions, int numberOfPoints) Creates the field map node with specified properties.static ESSRfCavity
ESSElementFactory.createRfFieldMap
(String name, double length, double frequency, double amplitude, double rfphase, String fieldFile, String fieldMapPath, ApertureBucket aper, double position, int dimensions, int numberOfPoints) Creates the field map node with specified properties. -
Uses of ApertureBucket in xal.smf
Fields in xal.smf declared as ApertureBucketModifier and TypeFieldDescriptionprotected ApertureBucket
AcceleratorNode.bucAper
aperture parameters for nodeMethods in xal.smf that return ApertureBucketModifier and TypeMethodDescriptionAcceleratorNode.getAper()
returns the bucket containing the Aperture parameters - see attr.ApertureBucketMethods in xal.smf with parameters of type ApertureBucketModifier and TypeMethodDescriptionstatic Bend
ElementFactory.createBend
(String name, double alpha, double k, double rho, double entryAngle, double exitAngle, double quadComp, ApertureBucket aper, MagnetMainSupply ps, double position) Creates the Bend node with specified properties.static DipoleCorr
ElementFactory.createCorrector
(String name, int orientation, double length, ApertureBucket aper, MagnetMainSupply ps, double position) Creates the DipoleCorrector node with specified properties.static PermQuadrupole
ElementFactory.createPermQuadrupole
(String name, double length, double gradient, ApertureBucket aper, double position) Creates the PemQuadrupole node with specified properties.static Quadrupole
ElementFactory.createQuadrupole
(String name, double length, double gradient, ApertureBucket aper, MagnetMainSupply ps, double position) Creates the Quadrupole node with specified properties.static RfGap
ElementFactory.createRfGap
(String name, boolean isFirst, double ampFactor, ApertureBucket aper, double length, double position) Creates the RfGap node with specified properties.void
AcceleratorNode.setAper
(ApertureBucket buc) sets the bucket containing the Aperture parameters - see attr.ApertureBucket