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


Glossary Item Box

Gets or sets a value indicating whether ACP markers are visible or not.

Syntax

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

Remarks

This property turns the adjacent channel marker on and off for this trace. The adjacent channel 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