Keysight Pathwave 89600 VSA .NET API
GetCoefficients Method
See Also 
Agilent.SA.Vsa.Pulse.Interfaces Assembly > Agilent.SA.Vsa.Pulse Namespace > NonlinearFM Class : GetCoefficients Method


Glossary Item Box

Gets the Non-Linear FM coefficients.

Syntax

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

Return Value

An array representing the coefficient values.

Remarks

The coefficients returned are only valid when CoefficientsAuto is false.

Requirements

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

See Also