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


Glossary Item Box

Gets or sets a value indicating whether the reference level tracks changes in the input range.

Syntax

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

Remarks

This property is not used if the trace Format is any phase format or group delay, the data is recalled, the data does not represent a Voltage amplitude, or the trace's data is from a I+jQ combined channel.

Requirements

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

See Also