mne.viz.ui_events.TimeChange#

class mne.viz.ui_events.TimeChange(time: float)[source]#

Indicates that the user has selected a time.

Parameters:
timefloat

The new time in seconds.

Attributes:
namestr

The name of the event, which is the class name in snake case.

sourcematplotlib.figure.Figure | Figure3D

The figure that published the event.

timefloat

The new time in seconds.

property name#

The name of the event, which is the class name in snake case.

Examples using mne.viz.ui_events.TimeChange#

Using the event system to link figures

Using the event system to link figures