Class Fixture#
Namespace: Aeon.Environment
Assembly: Aeon.Environment.dll
[Combinator]
[WorkflowElementCategory(ElementCategory.Source)]
public class Fixture
Inheritance#
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#
Channels#
Specifies the collection of channels assigned to the fixture.
[YamlMember(Alias = "channels")]
public List<int> Channels { get; set; }
Property Value#
InterpolationMethod#
Specifies the method used to interpolate light values for a fixture.
[YamlMember(Alias = "interpolationMethod")]
public InterpolationMethod InterpolationMethod { get; set; }
Property Value#
Methods#
Process()#
public IObservable<Fixture> Process()