Gets or sets the leading time length for EVM transient time exclusion.
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustOverride Property EvmTransientLeadingTimeLength As Double |
| C# | |
|---|
public abstract double EvmTransientLeadingTimeLength {get; set;} |
| C++/CLI | |
|---|
public:
abstract property double EvmTransientLeadingTimeLength {
double get();
void set ( double value);
} |
Property Value
The default value is 25 us.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also