Table of Contents

Interface IOutputChannel

Namespace
Loehnert.IO.Contracts
Assembly
Loehnert.IO.dll

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

IActuator

Adjustment

Gets or sets the adjustment.

IAdjustment Adjustment { get; set; }

Property Value

IAdjustment

Waveform

Gets or sets the waveform.

IWaveform Waveform { get; set; }

Property Value

IWaveform

XUnit

Gets or sets the x unit.

string XUnit { get; set; }

Property Value

string

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 IWaveform

The waveform.