;+
; NAME:
;	SMEI_SEQUENCE::GET_DELAY
;
;
; PURPOSE:
;	Get the interframe interval of a SMEI sequence
;
;
; CATEGORY:
;	SMEI_SEQUENCE
;
;
; CALLING SEQUENCE:
;	delay = seqref -> get_delay()
;
;
; OUTPUTS:
;	delay	float	The interframe delay in seconds
;
;
; MODIFICATION HISTORY:
;	Original: 19/12/02; SJT
;-

function smei_sequence::get_delay

return, self.options.delay

end
