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


Glossary Item Box

Gets or sets a value indicating whether the band power calculation is enabled for this marker.

Syntax

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

Remarks

You must also specify the calculation region (BandSpan property) and the type of calculation (BandCalc property). The BandPowerResult and BandPowerResultUnit properties return the calculated band power and unit, respectively.

Requirements

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

See Also