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


Glossary Item Box

Gets or sets the fraction of the total power in the signal that is considered "in band".

Syntax

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

Remarks

This property is used by the occupied bandwidth marker calculation to specify what percentage of the total trace power is included in the occupied bandwidth region of this trace.

Requirements

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

See Also