Class Fixture#

Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll

[Combinator]
[WorkflowElementCategory(ElementCategory.Source)]
public class Fixture

Inheritance#

objectFixture

Inherited Members#

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Properties#

CalibrationFile#

Specifies the path to the calibration file for this fixture.

[YamlMember(Alias = "calibrationFile")]
public string CalibrationFile { get; set; }

Property Value#

string

Channels#

Specifies the collection of channels assigned to the fixture.

[YamlMember(Alias = "channels")]
public List<int> Channels { get; set; }

Property Value#

List<int>

InterpolationMethod#

Specifies the method used to interpolate light values for a fixture.

[YamlMember(Alias = "interpolationMethod")]
public InterpolationMethod InterpolationMethod { get; set; }

Property Value#

InterpolationMethod

Methods#

Process()#

public IObservable<Fixture> Process()

Returns#

IObservable<Fixture>