stella.rmi
Interface AdcControlling

All Superinterfaces:
ListenerControlling, Remote

public interface AdcControlling
extends ListenerControlling

Classes implementing this interface allow the adjustment of an atmospheric dispersion corrector. The only method selects the current target height of the observation.


Method Summary
 boolean setTargetHeight(double deg)
          Selects a single target height, i.e.
 
Methods inherited from interface stella.rmi.ListenerControlling
automatic, external, getStatus, initialize, manual, park, quit, reset, setPassive
 

Method Detail

setTargetHeight

boolean setTargetHeight(double deg)
                        throws RemoteException
Selects a single target height, i.e. the ADC is adjusted to be optimal for this single height. If the target height changes dramatically during the observation, consider to use the central value instead of the current value here.

Throws:
RemoteException