Class PulseOnset
Represents an operator that creates a sequence of custom pulse train onset times and voltages.
public class PulseOnset : Combinator<PulseOnset>
- Inheritance
-
PulseOnset
- Inherited Members
Properties
- Time
Gets or sets the pulse onset time, in seconds relative to the start of the pulse.
- Voltage
Gets or sets the pulse onset voltage, in volts.
Methods
- Process()
Creates an observable sequence containing a single pulse train onset configured with the specified time and voltage.
- Process<TSource>(IObservable<TSource>)
Creates an observable sequence of pulse train onset times and voltages, where each pulse onset is emitted only when an observable sequence emits a notification.
- ToString()
Returns a string that represents the current object.