Keysight Pathwave 89600 VSA .NET API
ChipRate Property
See Also 
Agilent.SA.Vsa.Cdma2000.Interfaces Assembly > Agilent.SA.Vsa.Cdma2000 Namespace > MeasurementExtension Class : ChipRate Property


Glossary Item Box

Gets or sets the chip rate of the measured signal.

Syntax

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

Property Value

The default value is 1.2288 MHz.

Remarks

This specifies the chip rate of the measured signal. The analyzer's frequency span should generally be set to a value greater than ChipRate * 1.20442708333333333333. Frequency spans less than that will result in possibly-aliased data, and all results will be marked with a DATA? trace indicator.

Requirements

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

See Also