Keysight Pathwave 89600 VSA .NET API
GetLowerMaskAmplitudes Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > FrequencyMaskTrigger Class : GetLowerMaskAmplitudes Method


Glossary Item Box

Gets the lower mask amplitudes.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function GetLowerMaskAmplitudes() As Double()
C# 
public abstract double[] GetLowerMaskAmplitudes()
C++/CLI 
public:
abstract array<double>^ GetLowerMaskAmplitudes(); 

Return Value

Returns the amplitudes in dB or dBm depending upon the setting of AmplitudeReferenceStyle.

Requirements

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

See Also