Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
MNE-LSL
Logo
  • Install
  • API References
    • Most-used classes
    • LSL (low-level)
    • Utilities
    • Legacy
  • Command line
  • Implementation details
  • Tutorials
    • Introduction to real-time LSL streams
    • Low-level LSL API
    • Player with annotations
    • Automatic vs Manual acquisition
    • Epoching a Stream in real-time
  • Examples
    • Replaying a file in a separate process
    • Real-time peak detection
    • Bandpower rolling window
    • Real-time evoked responses
    • Decoding real-time data

Development

  • Contribution guide
  • Changelog
    • Version 1.9
    • Version 1.8
    • Version 1.7.1
    • Version 1.7.0
    • Version 1.6.1
    • Version 1.6.0
    • Version 1.5.0
    • Version 1.4.0
    • Version 1.3.1
    • Version 1.3.0
    • Version 1.2.0
    • Version 1.1.1
    • Version 1.1.0
    • Version 1.0.0
Back to top
View this page

mne_lsl.lsl.local_clock🔗

mne_lsl.lsl.local_clock()[source]🔗

Obtain a local system timestamp in seconds.

Returns:
timeint

Local timestamp in seconds.

Examples using mne_lsl.lsl.local_clock🔗

Real-time peak detection

Real-time peak detection

Low-level LSL API

Low-level LSL API
Next
mne_lsl.lsl.resolve_streams
Previous
mne_lsl.lsl.protocol_version
Copyright © 2025, M. Scheltienne, A. Desvachez, K. Lee
Made with Furo
On this page
  • mne_lsl.lsl.local_clock
    • local_clock()
    • Examples using mne_lsl.lsl.local_clock