Esempio n. 1
0
 public void PulseGuide(GuideDirections Direction, int Duration)
 {
     //tl.LogMessage("PulseGuide", "Not implemented");
     //throw new ASCOM.MethodNotImplementedException("PulseGuide");
     CheckRange(Duration, 0, 32767, "PulseGuide", "Duration");
     telescope.PulseGuide(Direction, Duration);
 }