Keysight Pathwave 89600 VSA .NET API
Source Property
See Also 
Keysight.SA.Vsa.AdjacentChannelPower.Interfaces Assembly > Keysight.SA.Vsa.AdjacentChannelPower Namespace > PowerReference Class : Source Property


Glossary Item Box

Gets or sets the source of power reference.

Syntax

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

Property Value

The default value is PowerReferenceSource.MaxPower.

Requirements

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

See Also