Viewing contents of file '../idllib/deutsch/local/tek.pro'
pro tek,dummy
;+
; NAME:
;   TEK
; PURPOSE:
;   Simple procedure to switch to TEKtronics mode.
; CALLING SEQEUNCE:
;   tek
; INPUT:
;   NONE
; OUTPUT:
;   NONE
; HISTORY:
;   21-OCT-1992  Written by E. Deutsch
;-

  set_plot,'tek'

  return
end