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 BendESSElementFactory.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 BendESSElementFactory.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 DipoleCorrESSElementFactory.createESSCorrector(String name, int orientation, double length, ApertureBucket aper, MagnetMainSupply ps, double position) Creates the DipoleCorrector node with specified properties.static ESSRfGapESSElementFactory.createESSRfGap(String name, boolean isFirst, double ampFactor, ApertureBucket aper, double length, double position) Creates the RfGap node with specified properties.static MagFieldMapESSElementFactory.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 ESSRfCavityESSElementFactory.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 ApertureBucketAcceleratorNode.bucAperaperture 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 BendElementFactory.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 DipoleCorrElementFactory.createCorrector(String name, int orientation, double length, ApertureBucket aper, MagnetMainSupply ps, double position) Creates the DipoleCorrector node with specified properties.static PermQuadrupoleElementFactory.createPermQuadrupole(String name, double length, double gradient, ApertureBucket aper, double position) Creates the PemQuadrupole node with specified properties.static QuadrupoleElementFactory.createQuadrupole(String name, double length, double gradient, ApertureBucket aper, MagnetMainSupply ps, double position) Creates the Quadrupole node with specified properties.static RfGapElementFactory.createRfGap(String name, boolean isFirst, double ampFactor, ApertureBucket aper, double length, double position) Creates the RfGap node with specified properties.voidAcceleratorNode.setAper(ApertureBucket buc) sets the bucket containing the Aperture parameters - see attr.ApertureBucket