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


Glossary Item Box

Gets the first trace with Trace.IsVisible equal to False.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property FirstNotVisible As Trace
C# 
public abstract Trace FirstNotVisible {get;}
C++/CLI 
public:
abstract property Trace^ FirstNotVisible {
   Trace^ get();
}

Remarks

Return null if all traces are visible.

Requirements

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

See Also