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


Glossary Item Box

Gets or sets the y-axis trace format when Format is TraceFormatType.RealVsImaginary.

Syntax

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

Remarks

Determines the y-axis trace format when shown as a graph. This format applies to the imaginary part of the data.

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 17.00

See Also