Class PtcCreateLayoutCommand

    • Constructor Detail

      • PtcCreateLayoutCommand

        public PtcCreateLayoutCommand()
        the default constructor, which sets no values
      • PtcCreateLayoutCommand

        public PtcCreateLayoutCommand​(java.lang.Boolean time)
        the constructor, which just sets the time-option
        Parameters:
        time - determines how the time coordinate is treated by ptc. (see PTC_CREATE_LAYOUT)
    • 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)
      • getTime

        public java.lang.Boolean getTime()
      • setTime

        public void setTime​(java.lang.Boolean time)
      • getModel

        public java.lang.Integer getModel()
      • setModel

        public void setModel​(java.lang.Integer model)
      • getMethod

        public java.lang.Integer getMethod()
      • setMethod

        public void setMethod​(java.lang.Integer method)
      • getNst

        public java.lang.Integer getNst()
      • setNst

        public void setNst​(java.lang.Integer nst)
      • getExact

        public java.lang.Boolean getExact()
      • setExact

        public void setExact​(java.lang.Boolean exact)
      • getOffsetDeltaP

        public java.lang.Double getOffsetDeltaP()
      • setOffsetDeltaP

        public void setOffsetDeltaP​(java.lang.Double offsetDeltaP)
      • getErrorsOut

        public java.lang.Boolean getErrorsOut()
      • setErrorsOut

        public void setErrorsOut​(java.lang.Boolean errorsOut)
      • getErrorsIn

        public java.lang.Boolean getErrorsIn()
      • setErrorsIn

        public void setErrorsIn​(java.lang.Boolean errorsIn)
      • getMagnetName

        public java.lang.String getMagnetName()
      • setMagnetName

        public void setMagnetName​(java.lang.String magnetName)
      • getResplit

        public java.lang.Boolean getResplit()
      • setResplit

        public void setResplit​(java.lang.Boolean resplit)
      • getThin

        public java.lang.Double getThin()
      • setThin

        public void setThin​(java.lang.Double thin)
      • getXbend

        public java.lang.Double getXbend()
      • setXbend

        public void setXbend​(java.lang.Double xbend)
      • getEven

        public java.lang.Boolean getEven()
      • setEven

        public void setEven​(java.lang.Boolean even)