Keysight Pathwave 89600 VSA .NET API
PowerReferenceSource Enumeration
See Also 
Keysight.SA.Vsa.AdjacentChannelPower.Interfaces Assembly > Keysight.SA.Vsa.AdjacentChannelPower Namespace : PowerReferenceSource Enumeration


Glossary Item Box

Specifies the method used to choose the power reference.

Syntax

Visual Basic (Declaration) 
Public Enum PowerReferenceSource 
   Inherits System.Enum
C# 
public enum PowerReferenceSource : System.Enum 
C++/CLI 
public enum class PowerReferenceSource : public System.Enum 

Members

MemberDescriptionMinimum SW Version‡
AggregatedChannelBandwidthReference is the power of aggregated channel bandwidth
IndexReference is power in the carrier specified by PowerReference.CarrierIndex.
LeftAndRightCarriersReference is the left and right edge of carriers in subblock
LeftAndRightSubblocksReference is the integrated power of left and right subblocks
ManualReference power is manually entered by one of PowerReference.IntegratedPower or PowerReference.Psd depending on PowerReference.Calculation.
MaxPowerReference is the carrier with the highest power.
MaxPowerCarrierInSubblockReference is the carrier with the highest power in subblock
MinPowerReference is the carrier with the lowest power.
MinPowerCarrierInSubblockReference is the carrier with the lowest power in subblock
‡ This is the minimum 89600 VSA software version level needed to use this enum member.

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 26.20

See Also