Click or drag to resize

SignalIsReset Property

True if the signal is re-calculated on relevant data event. Set it to False to keep the state of the signal after its validation. Note, that all signals in the tree will be reset after validation of the whole pattern.

Namespace:  MZpack.NT8.Algo
Assembly:  MZpack.NT8.Pro (in MZpack.NT8.Pro.dll) Version: 3.18.1.0 (3.18.1.0)
Syntax
C#
public bool IsReset { get; set; }

Property Value

Type: Boolean
See Also