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


Glossary Item Box

Gets or sets a value indicating whether the frequency count marker is visible.

Syntax

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

Remarks

Only one marker on a trace can have IsCount set to true.

Requirements

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

See Also