Table of Contents

Class CustomPulseTrain

Namespace
Bonsai.PulsePal
Assembly
Bonsai.PulsePal.dll

Represents an operator that creates a sequence of custom pulse trains.

public class CustomPulseTrain : Combinator<PulseOnset[]>
Inheritance
CustomPulseTrain
Inherited Members

Properties

PulseTrain

Gets the collection of pulse train onset times and voltages specifying the custom pulse train.

Methods

Process()

Creates an observable sequence containing a single custom pulse train.

Process<TSource>(IObservable<TSource>)

Creates an observable sequence of custom pulse trains where each train is created whenever another sequence emits a notification.