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


Glossary Item Box

Gets or sets the Band Power summation method (either mean or RMS).

Syntax

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

Requirements

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

See Also