Compute the time difference between two high speed time stamps.
Usage
get_seconds_time_delta(before, after)
get_nano_time_delta(before, after)
get_micro_time_delta(before, after)
get_milli_time_delta(before, after)Value
a numeric vector of length one giving the time difference in seconds, milliseconds, microseconds or nanoseconds.
Note
Nanosecond timing and normal timing are not coincident, but as both are stored in parallel, the differences should differ only in their resolution.
See also
Other high speed acquisition functions:
get_seconds_time_delta_since(),
highSpdAcq_allocate_buffer(),
highSpdAcq_get_number_of_spectra_acquired(),
highSpdAcq_get_spectrum(),
highSpdAcq_get_time_stamp(),
highSpdAcq_start_acquisition(),
oo_timestamp_to_string()
