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


Glossary Item Box

Gets or sets the demodulator symbol rate (Hz).

Syntax

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

Remarks

Determines the signal symbol rate, in Hertz, for the digital demodulation measurement. The input channels determine the maximum symbol rate that the analyzer can accurately measure. The analyzer can accurately measure symbol rates that are less than the maximum span of the selected input. For more information, see the Digital Demodulation "Setting up a Measurement" topic in the VSA Application help. The default symbol rate is measurement span / 2.

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 18.00

See Also