Class SetFixedVoltage
Represents an operator that sets a constant voltage on an output channel.
public class SetFixedVoltage : Sink
- Inheritance
-
SetFixedVoltage
- Inherited Members
Properties
- Channel
Gets or sets a value specifying the output channel to set to a fixed voltage.
- DeviceName
Gets or sets the name of the Pulse Pal device.
- Voltage
Gets or sets the constant voltage for the output channel.
Methods
- Process<TSource>(IObservable<TSource>)
Sets a constant voltage on an output channel in the Pulse Pal device whenever an observable sequence emits a notification.