Table of Contents

Class MarkingConfirmationSettings

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

Represents marking confirmation settings written to laser.

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

Remarks

Each value is optional and may be null. A null value indicates that the corresponding offset remains unchanged.

Properties

CaptureDelay

Gets or sets the capture delay.

public double? CaptureDelay { get; set; }

Property Value

double?

ErrorThreshold

Gets or sets the error threshold.

public int? ErrorThreshold { get; set; }

Property Value

int?

MarkingConfirmationIsActive

Gets or sets a value indicating whether marking confirmation is active.

public bool? MarkingConfirmationIsActive { get; set; }

Property Value

bool?

Sensitivity

Gets or sets the sensitivity.

public int? Sensitivity { get; set; }

Property Value

int?

SensitivitySetting

Gets or sets the sensitivity setting.

public SensitivitySetting? SensitivitySetting { get; set; }

Property Value

SensitivitySetting?