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


Glossary Item Box

Gets the lower mask frequencies.

Syntax

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

Return Value

Returns the frequencies in Hz. See FrequencyReferenceStyle for more information about what the frequencies may be relative to.

Requirements

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

See Also