Gets or sets a value indicating whether an extra 10% is added to the gate start and length for the pre-demod time trace.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property IsPreDemodTransitionRegionsIncluded As Boolean |
| C# | |
|---|
public abstract bool IsPreDemodTransitionRegionsIncluded {get; set;} |
| C++/CLI | |
|---|
public:
abstract property bool IsPreDemodTransitionRegionsIncluded {
bool get();
void set ( bool value);
} |
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also