Class ResbeamCommand

    • Constructor Detail

      • ResbeamCommand

        public ResbeamCommand​(Beam beam)
        creates a resbeam command, probably associated with a special sequence (defined in beam);
        Parameters:
        beam - the beam which to reset
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: Command
        has to be implemented in order to return the name of the command (keyword);
        Returns:
        the name of the command (MadX keyword)
      • getSequence

        public java.lang.String getSequence()