Keysight Pathwave 89600 VSA .NET API
TimeDomainSignalSampleRate Property
See Also 
Agilent.SA.Vsa.NewRadio.Interfaces Assembly > Keysight.SA.Vsa.ContextExtensions.NewRadio Namespace > CalculationControl Class : TimeDomainSignalSampleRate Property


Glossary Item Box

Gets or sets a value indicating the sample rate of the time domain input signal.

Syntax

Visual Basic (Declaration) 
Public Property TimeDomainSignalSampleRate As Double
C# 
public double TimeDomainSignalSampleRate {get; set;}
C++/CLI 
public:
property double TimeDomainSignalSampleRate {
   double get();
   void set (    double value);
}

Remarks

When InputDataDomain is InputDataDomain.Time, and AreDemodPropertiesOverridden is true, this value indicates the sampling rate of the input signal.

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 28.40

See Also