Keysight Pathwave 89600 VSA .NET API
GetDataBurstColors Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Display Class : GetDataBurstColors Method


traceIndex
The trace index.

Glossary Item Box

Get the data burst colors (as a string array).

Syntax

Visual Basic (Declaration) 
Public Overridable Function GetDataBurstColors( _
   ByVal traceIndex As Integer _
) As String()
C# 
public virtual string[] GetDataBurstColors( 
   int traceIndex
)
C++/CLI 
public:
virtual array<String^>^ GetDataBurstColors( 
   int traceIndex
) 

Parameters

traceIndex
The trace index.

Return Value

The Data Burst colors in a serializable form (as a string array).

Remarks

If this color is not IsColorByTrace, then the traceIndex is ignored.

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 24.20

See Also