Interface XYZTranslationStage

    • Method Detail

      • getZPosition

        double getZPosition()
                     throws java.io.IOException,
                            DeviceException
        Returns the z component of Position, in m.
        Returns:
        z-Position, in m
        Throws:
        DeviceException - Upon incompatibility with device
        java.io.IOException - Upon communications error
      • setZPosition

        void setZPosition​(double zposition)
                   throws java.io.IOException,
                          DeviceException
        Sets the x-position to the desired value.
        Parameters:
        zposition - z-Position, in m
        Throws:
        DeviceException - Upon incompatibility with device
        java.io.IOException - Upon communications error
      • setZSpeed

        void setZSpeed​(double speed)
                throws java.io.IOException,
                       DeviceException
        Sets the speed to the desired value in TODO.
        Parameters:
        speed - in TODO
        Throws:
        DeviceException - Upon incompatibility with device
        java.io.IOException - Upon communications error
      • getZSpeed

        double getZSpeed()
                  throws java.io.IOException,
                         DeviceException
        Sets the speed to the desired value in TODO.
        Throws:
        DeviceException - Upon incompatibility with device
        java.io.IOException - Upon communications error