Class PtcCreateUniverseCommand

  • All Implemented Interfaces:
    Command, JMadExecutable

    public class PtcCreateUniverseCommand
    extends AbstractCommand
    This class represents the madx-command to initialize the ptc-universe
    • Constructor Detail

      • PtcCreateUniverseCommand

        public PtcCreateUniverseCommand()
    • 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)
      • getSectorNMulMax

        public java.lang.Integer getSectorNMulMax()
      • setSectorNMulMax

        public void setSectorNMulMax​(java.lang.Integer sectorNMulMax)
      • getSectorNMul

        public java.lang.Integer getSectorNMul()
      • setSectorNMul

        public void setSectorNMul​(java.lang.Integer sectorNMul)
      • getNtpsa

        public java.lang.Boolean getNtpsa()
      • setNtpsa

        public void setNtpsa​(java.lang.Boolean ntpsa)
      • getSymPrint

        public java.lang.Boolean getSymPrint()
      • setSymPrint

        public void setSymPrint​(java.lang.Boolean symPrint)