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


Glossary Item Box

Gets or sets a value indicating the center frequency in Hz of the time domain input signal.

Syntax

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

Remarks

When InputDataDomain is InputDataDomain.Time, and AreDemodPropertiesOverridden is true, this value indicates the center frequency in Hz of the time domain input signal. If value is set to double.NaN it will not be applied (so ignored).

Requirements

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

Minimum Software Version Requirement: Keysight 89600 VSA Ver 30.00

See Also