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


Glossary Item Box

Gets or sets if x-vs-y trace formats show markers as real/imaginary or magnitude/phase.

Syntax

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

Remarks

This property is only used if the trace format is I-Q or constellation.

Requirements

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

See Also