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


Glossary Item Box

Gets or sets the reference plane to use for power. This is used to indicate whether to assume some kind of frequency conversion has or will occur for purposes of computing power.

Syntax

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

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 27.40

See Also