Interface RampStep

  • All Superinterfaces:
    IdentifiableRemote, java.rmi.Remote, Step, TptRemote

    public interface RampStep
    extends Step
    A step which provides the possibility to ramp the value of a channel.
    • Method Detail

      • getDeclaration

        java.lang.String getDeclaration()
                                 throws java.rmi.RemoteException
        Returns:
        the declaration to be ramped.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setDeclaration

        void setDeclaration​(java.lang.String declaration)
                     throws java.rmi.RemoteException
        Sets the declaration to be ramped.
        Parameters:
        declaration - channel/paramter to ramp
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getTarget

        java.lang.String getTarget()
                            throws java.rmi.RemoteException
        Returns:
        the target value.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setTarget

        void setTarget​(java.lang.String value)
                throws java.rmi.RemoteException
        Sets the target value.
        Parameters:
        value - target value
        Throws:
        java.rmi.RemoteException - remote communication problem
      • getGradient

        java.lang.String getGradient()
                              throws java.rmi.RemoteException
        Returns:
        the gradient per second.
        Throws:
        java.rmi.RemoteException - remote communication problem
      • setGradient

        void setGradient​(java.lang.String grad)
                  throws java.rmi.RemoteException
        Sets the gradient per second.
        Parameters:
        grad - gradient
        Throws:
        java.rmi.RemoteException - remote communication problem