Keysight Pathwave 89600 VSA .NET API
TimeCoefficientsSampleRateAuto Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > PlaybackUserCorrectionLogicalChannel Class : TimeCoefficientsSampleRateAuto Property


Glossary Item Box

Gets or sets a value indicating whether the sample rate for the time coefficients is automatically determined.

Syntax

Visual Basic (Declaration) 
Public Overridable Property TimeCoefficientsSampleRateAuto As Boolean
C# 
public virtual bool TimeCoefficientsSampleRateAuto {get; set;}
C++/CLI 
public:
virtual property bool TimeCoefficientsSampleRateAuto {
   bool get();
   void set (    bool value);
}

Remarks

When true, the sample rate is set to 1.28 * Frequency.Span.

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 29.00

See Also