Keysight Pathwave 89600 VSA .NET API
TraceFail Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > LimitLine Class : TraceFail Property


Glossary Item Box

Gets or sets how a limit/margin failure is drawn on the trace.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property TraceFail As LimitLineTraceFail
C# 
public abstract LimitLineTraceFail TraceFail {get; set;}
C++/CLI 
public:
abstract property LimitLineTraceFail TraceFail {
   LimitLineTraceFail get();
   void set (    LimitLineTraceFail value);
}

Remarks

If TraceFail is LimitLineTraceFail.InFailColor, then the trace is drawn in a different color than the normal trace color in the regions where the trace data fails the limit/margin test. The DisplayColor.FailLimit and DisplayColor.FailMargin entries in the Display.Color array determine the color of the Limit/Margin failure.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also