Table of Contents

Class CodeReaderSettings

Namespace
Loehnert.Lisrt.Laser.Keyence
Assembly
Loehnert.Lisrt.Laser.Keyence.dll

Represents code reader settings written to laser.

public class CodeReaderSettings : PropertyChangedBase, INotifyPropertyChangedEx, INotifyPropertyChanged
Inheritance
PropertyChangedBase
CodeReaderSettings
Implements
INotifyPropertyChangedEx
Inherited Members
PropertyChangedBase.Refresh()
PropertyChangedBase.IsNotifying
PropertyChangedBase.PropertyChanged

Properties

AcquisitionDelay

Gets or sets acquisition delay.

public double AcquisitionDelay { get; set; }

Property Value

double

ImageHoldTime

Gets or sets image hold time.

public double ImageHoldTime { get; set; }

Property Value

double

MinimumRequiredCodeQuality

Gets or sets fail threshold.

public CodeQuality MinimumRequiredCodeQuality { get; set; }

Property Value

CodeQuality

QualityCheckIsActive

Gets or sets a value indicating whether quality check is active.

public bool QualityCheckIsActive { get; set; }

Property Value

bool