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


Glossary Item Box

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

Syntax

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

Remarks

When InputDataDomain is InputDataDomain.Time, and AreDemodPropertiesOverridden is true, this value indicates the component carrier center frequency in Hz within 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