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


Glossary Item Box

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

Syntax

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

Remarks

This property turns the occupied bandwidth marker on and off for this trace. The occupied bandwidth marker is only valid for frequency domain traces that are not normalized (i.e. it does not work on PSD traces).

Requirements

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

See Also