Interface IOutputChannel
Provides functionality for an output channel.
public interface IOutputChannel : IHasKey, IHasDescription
- Inherited Members
Properties
Actuator
Gets or sets the actuator.
IActuator Actuator { get; set; }
Property Value
Adjustment
Gets or sets the adjustment.
IAdjustment Adjustment { get; set; }
Property Value
Waveform
Gets or sets the waveform.
IWaveform Waveform { get; set; }
Property Value
XUnit
Gets or sets the x unit.
string XUnit { get; set; }
Property Value
Methods
GetWaveform()
Gets the actual waveform.
IWaveform GetWaveform()
Returns
- IWaveform
The actual waveform.
SetWaveform(IWaveform)
Sets the waveform for the actuator.
void SetWaveform(IWaveform waveform)
Parameters
waveform
IWaveformThe waveform.