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


Glossary Item Box

Gets or sets a value indicating the trace index for the reference marker.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ReferenceTraceIndex As Integer
C# 
public virtual int ReferenceTraceIndex {get; set;}
C++/CLI 
public:
virtual property int ReferenceTraceIndex {
   int get();
   void set (    int value);
}

Property Value

Default value of -1.

Remarks

This property only applies when Position is MarkerPositionType.Delta. A value less than zero indicates Reference is on the same trace as this marker. A value not matching a valid trace will result in invalid Delta marker result values.

Requirements

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

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 25.40

See Also