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


coefficients
This array represents the coefficient values.

Glossary Item Box

Sets the Non-Linear FM coefficients.

Syntax

Visual Basic (Declaration) 
Public MustOverride Sub SetCoefficients( _
   ByVal coefficients As ICollection(Of Double) _
) 
C# 
public abstract void SetCoefficients( 
   ICollection<double> coefficients
)
C++/CLI 
public:
abstract void SetCoefficients( 
   ICollection<double>^ coefficients
) 

Parameters

coefficients
This array represents the coefficient values.

Remarks

These coefficients 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