Event Creator
Module name: EventCreator
Package: CEAMSModules 7.4.0
Version: 2.0.0
Overview
EventCreator creates a pandas Dataframe of events.
Inputs
Input |
Format |
Default |
Description |
|---|---|---|---|
|
str |
— |
The name of the event. |
|
str |
— |
The group of the event. |
|
double |
— |
The start time of the event from the beginning of the recording. |
|
double |
— |
The duration of the event. |
|
str |
— |
A space separated list of channels |
|
double |
— |
Interval in seconds between the start of two event |
|
int |
— |
How many events to generate |
Outputs
Output |
Format |
Description |
|---|---|---|
|
— |
Output produced by this module. |
Usage in a process
Open Dev Tools -> New process in Snooz.
In the Module Library, find Event Creator under the Events Utilities category.
Drag the module onto the process canvas.
Connect the required inputs from upstream modules (or set values in the Settings tab).
Connect outputs to downstream modules as needed.
Double-click the module to configure parameters in the Settings tab.
Run the process and inspect results in the Results tab.
Note
For general guidance on building processes with modules, see Explore examples.