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


Glossary Item Box

Gets the result of the frequency count marker.

Syntax

Visual Basic (Declaration) 
Public MustOverride ReadOnly Property CountResult As Double
C# 
public abstract double CountResult {get;}
C++/CLI 
public:
abstract property double CountResult {
   double get();
}

Remarks

Returns the last calculated frequency count, in Hertz. To make a frequency count calculation, you must turn on the marker (IsVisible set to True) and turn on the frequency count marker (IsCount set to True) on a frequency domain trace. Zero is returned if a valid calculation cannot be made.

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